All Projects → automl → Hpbandster

automl / Hpbandster

Licence: bsd-3-clause
a distributed Hyperband implementation on Steroids

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hpbandster

Nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Stars: ✭ 10,698 (+2246.05%)
Mutual labels:  automl, hyperparameter-optimization, neural-architecture-search, bayesian-optimization, automated-machine-learning
Auto Sklearn
Automated Machine Learning with scikit-learn
Stars: ✭ 5,916 (+1197.37%)
Mutual labels:  automl, hyperparameter-optimization, bayesian-optimization, automated-machine-learning
Smac3
Sequential Model-based Algorithm Configuration
Stars: ✭ 564 (+23.68%)
Mutual labels:  automl, hyperparameter-optimization, bayesian-optimization, automated-machine-learning
mindware
An efficient open-source AutoML system for automating machine learning lifecycle, including feature engineering, neural architecture search, and hyper-parameter tuning.
Stars: ✭ 34 (-92.54%)
Mutual labels:  hyperparameter-optimization, bayesian-optimization, automl, automated-machine-learning
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+759.65%)
Mutual labels:  automl, hyperparameter-optimization, neural-architecture-search, automated-machine-learning
Hyperactive
A hyperparameter optimization and data collection toolbox for convenient and fast prototyping of machine-learning models.
Stars: ✭ 182 (-60.09%)
Mutual labels:  hyperparameter-optimization, neural-architecture-search, bayesian-optimization, automated-machine-learning
Autokeras
AutoML library for deep learning
Stars: ✭ 8,269 (+1713.38%)
Mutual labels:  automl, neural-architecture-search, automated-machine-learning
Tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Stars: ✭ 8,378 (+1737.28%)
Mutual labels:  automl, hyperparameter-optimization, automated-machine-learning
Deephyper
DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
Stars: ✭ 117 (-74.34%)
Mutual labels:  automl, hyperparameter-optimization, neural-architecture-search
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (-63.6%)
Mutual labels:  automl, hyperparameter-optimization, automated-machine-learning
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+241.89%)
Mutual labels:  automl, hyperparameter-optimization, automated-machine-learning
FEDOT
Automated modeling and machine learning framework FEDOT
Stars: ✭ 312 (-31.58%)
Mutual labels:  hyperparameter-optimization, automl, automated-machine-learning
Mljar Supervised
Automated Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning 🚀
Stars: ✭ 961 (+110.75%)
Mutual labels:  automl, hyperparameter-optimization, automated-machine-learning
Awesome Automl And Lightweight Models
A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.
Stars: ✭ 691 (+51.54%)
Mutual labels:  automl, hyperparameter-optimization, neural-architecture-search
Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Stars: ✭ 221 (-51.54%)
Mutual labels:  hyperparameter-optimization, automl, neural-architecture-search
AutoPrognosis
Codebase for "AutoPrognosis: Automated Clinical Prognostic Modeling via Bayesian Optimization", ICML 2018.
Stars: ✭ 47 (-89.69%)
Mutual labels:  bayesian-optimization, automl, automated-machine-learning
syne-tune
Large scale and asynchronous Hyperparameter Optimization at your fingertip.
Stars: ✭ 105 (-76.97%)
Mutual labels:  hyperparameter-optimization, bayesian-optimization, neural-architecture-search
Lale
Library for Semi-Automated Data Science
Stars: ✭ 198 (-56.58%)
Mutual labels:  automl, hyperparameter-optimization, automated-machine-learning
ultraopt
Distributed Asynchronous Hyperparameter Optimization better than HyperOpt. 比HyperOpt更强的分布式异步超参优化库。
Stars: ✭ 93 (-79.61%)
Mutual labels:  hyperparameter-optimization, bayesian-optimization, automl
Awesome Automl Papers
A curated list of automated machine learning papers, articles, tutorials, slides and projects
Stars: ✭ 3,198 (+601.32%)
Mutual labels:  automl, hyperparameter-optimization, neural-architecture-search

HpBandSter Build Status codecov

a distributed Hyperband implementation on Steroids

This python 3 package is a framework for distributed hyperparameter optimization. It started out as a simple implementation of Hyperband (Li et al. 2017), and contains an implementation of BOHB (Falkner et al. 2018)

How to install

We try to keep the package on PyPI up to date. So you should be able to install it via:

pip install hpbandster

If you want to develop on the code you could install it via:

python3 setup.py develop --user

Documentation

The documentation is hosted on github pages: https://automl.github.io/HpBandSter/ It contains a quickstart guide with worked out examples to get you started in different circumstances. Check it out if you are interest in applying one of the implemented optimizers to your problem.

We have also written a blogpost showcasing the results from our ICML paper.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].