Sign inSign up

mfeurer/auto-sklearn

By mfeurer

•Updated over 3 years ago

Docker container for auto-sklearn.

Image
4

9.3K

mfeurer/auto-sklearn repository overview

⁠auto-sklearn

auto-sklearn is an automated machine learning toolkit and a drop-in replacement for a scikit-learn estimator.

Find the documentation here⁠

⁠Automated Machine Learning in four lines of code

import autosklearn.classification
cls = autosklearn.classification.AutoSklearnClassifier()
cls.fit(X_train, y_train)
predictions = cls.predict(X_test)

⁠Relevant publications

Efficient and Robust Automated Machine Learning
Matthias Feurer, Aaron Klein, Katharina Eggensperger, Jost Springenberg, Manuel Blum and Frank Hutter
Advances in Neural Information Processing Systems 28 (2015)
http://papers.nips.cc/paper/5872-efficient-and-robust-automated-machine-learning.pdf⁠

Auto-Sklearn 2.0: The Next Generation
Authors: Matthias Feurer, Katharina Eggensperger, Stefan Falkner, Marius Lindauer and Frank Hutter
arXiv:2007.04074 [cs.LG], 2020 https://arxiv.org/abs/2007.04074⁠

⁠Status

Status for master branch

Build Status Code Health codecov

Status for development branch

Build Status Code Health codecov

Tag summary

Content type

Image

Digest

sha256:f817e6d4c…

Size

622.8 MB

Last updated

over 3 years ago

docker pull mfeurer/auto-sklearn:development