paper-with-me

Papers

mlpy: Machine Learning Python

2012-02-29 · Davide Albanese, Roberto Visintainer, Stefano Merler, Samantha Riccadonna, Giuseppe Jurman, Cesare Furlanello

mlpy is a Python Open Source Machine Learning library built on top of NumPy/SciPy and the GNU Scientific Libraries. mlpy provides a wide range of state-of-the-art machine learning methods for supervised and unsupervised problems and it is aimed at finding a reasonable compromise among modularity, maintainability, reproducibility, usability and efficiency. mlpy is multiplatform, it works with Python 2 and 3 and it is distributed under GPL3 at the website http://mlpy.fbk.eu.

📄 PDF Abstract BibTeX arXiv:1202.6548

Code (1)

lukauskas/dtwco

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Automatic Identification of Machine Learning-Specific Code Smells

2025-08-04 · Peter Hamfelt, Ricardo Britto, Lincoln Rocha, Camilo Almendra arxiv

Machine learning (ML) has rapidly grown in popularity, becoming vital to many industries. Currently, the research on code smells in ML applications lacks tools and studies that address the identification and validity of …

OpenML-Python: an extensible Python API for OpenML

2019-11-06 · Matthias Feurer, Jan N. van Rijn, Arlind Kadra, Pieter Gijsbers 외

OpenML is an online platform for open science collaboration in machine learning, used to share datasets and results of machine learning experiments. In this paper we introduce OpenML-Python, a client API for Python, open…

BIG-bench Machine Learning

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

CausalML: Python Package for Causal Machine Learning

2020-02-25 · Huigang Chen, Totte Harinen, Jeong-Yoon Lee, Mike Yung 외

CausalML is a Python implementation of algorithms related to causal inference and machine learning. Algorithms combining causal inference and machine learning have been a trending topic in recent years. This package trie…

BIG-bench Machine LearningCausal Inference

A Comprehensive Guide to Combining R and Python code for Data Science, Machine Learning and Reinforcement Learning

2024-07-19 · Alejandro L. García Navarro, Nataliia Koneva, Alfonso Sánchez-Macián, José Alberto Hernández

Python has gained widespread popularity in the fields of machine learning, artificial intelligence, and data engineering due to its effectiveness and extensive libraries. R, on its side, remains a dominant language for s…

OpenAI Gym