paper-with-me

홈 › Papers

API design for machine learning software: experiences from the scikit-learn project

2013-09-01 · Lars Buitinck, Gilles Louppe, Mathieu Blondel, Fabian Pedregosa, Andreas Mueller, Olivier Grisel, Vlad Niculae, Peter Prettenhofer, Alexandre Gramfort, Jaques Grobler, Robert Layton, Jake Vanderplas, Arnaud Joly, Brian Holt, Gaël Varoquaux

Scikit-learn is an increasingly popular machine learning li- brary. Written in Python, it is designed to be simple and efficient, accessible to non-experts, and reusable in various contexts. In this paper, we present and discuss our design choices for the application programming interface (API) of the project. In particular, we describe the simple and elegant interface shared by all learning and processing units in the library and then discuss its advantages in terms of composition and reusability. The paper also comments on implementation details specific to the Python ecosystem and analyzes obstacles faced by users and developers of the library.

📄 PDF Abstract BibTeX arXiv:1309.0238

Code (4)

mblondel/lightning 공식 구현
accs-uaa/vegetation-cover-modeling
pdghawk/systrade
smirghor/machine-learning-resources tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Public-private funding models in open source software development: A case study on scikit-learn

2024-04-09 · Cailean Osborne

Governments are increasingly funding open source software (OSS) development to support software security, digital sovereignty, and national competitiveness in science and innovation, amongst others. However, little is kn…

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

EC-KitY: Evolutionary Computation Tool Kit in Python with Seamless Machine Learning Integration

2022-07-21 · Moshe Sipper, Tomer Halperin, Itai Tzruia, Achiya Elyasaf

EC-KitY is a comprehensive Python library for doing evolutionary computation (EC), licensed under the BSD 3-Clause License, and compatible with scikit-learn. Designed with modern software engineering and machine learning…

BIG-bench Machine Learning

kooplearn: A Scikit-Learn Compatible Library of Algorithms for Evolution Operator Learning

2025-12-24 · Giacomo Turri, Grégoire Pacreau, Giacomo Meanti, Timothée Devergne 외 arxiv

kooplearn is a machine-learning library that implements linear, kernel, and deep-learning estimators of dynamical operators and their spectral decompositions. kooplearn can model both discrete-time evolution operators (K…

Hyperopt-Sklearn: Automatic Hyperparameter Configuration for Scikit-Learn

2014-01-01 · SCIPY 2014 2014 1 · Brent Komer, James Bergstra, Chris Eliasmith

Hyperopt-sklearn is a new software project that provides automatic algorithm configuration of the Scikit-learn machine learning library. Following Auto-Weka, we take the view that the choice of classifier and even the ch…

AutoMLBenchmarkingHyperparameter Optimization