Skip to content

Commit 1f0e1cc

Browse files
authored
Update README.md
1 parent b2b8d2a commit 1f0e1cc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- [Machine Learning](#machine-learning)
2222
- [General Purpose Machine Learning](#general-purpose-machine-learning)
2323
- [Gradient Boosting](#gradient-boosting)
24-
- [Automated Machine Learning](#automated-machine-learning)
2524
- [Ensemble Methods](#ensemble-methods)
2625
- [Imbalanced Datasets](#imbalanced-datasets)
2726
- [Random Forests](#random-forests)
@@ -33,6 +32,7 @@
3332
- [MXNet](#mxnet)
3433
- [JAX](#jax)
3534
- [Others](#others)
35+
- [Automated Machine Learning](#automated-machine-learning)
3636
- [Time Series](#time-series)
3737
- [Natural Language Processing](#natural-language-processing)
3838
- [Computer Audition](#computer-audition)
@@ -105,14 +105,6 @@
105105
* [NGBoost](https://github.com/stanfordmlgroup/ngboost) - Natural Gradient Boosting for Probabilistic Prediction.
106106
* [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests) - A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras. <img height="20" src="img/keras_big.png" alt="keras"> <img height="20" src="img/tf_big2.png" alt="TensorFlow">
107107

108-
### Automated Machine Learning
109-
* [auto-sklearn](https://github.com/automl/auto-sklearn) - An AutoML toolkit and a drop-in replacement for a scikit-learn estimator. <img height="20" src="img/sklearn_big.png" alt="sklearn">
110-
* [Auto-PyTorch](https://github.com/automl/Auto-PyTorch) - Automatic architecture search and hyperparameter optimization for PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
111-
* [AutoKeras](https://github.com/keras-team/autokeras) - AutoML library for deep learning. <img height="20" src="img/keras_big.png" alt="Keras compatible">
112-
* [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data.
113-
* [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. <img height="20" src="img/sklearn_big.png" alt="sklearn">
114-
* [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library.
115-
116108
### Ensemble Methods
117109
* [ML-Ensemble](http://ml-ensemble.com/) - High performance ensemble learning. <img height="20" src="img/sklearn_big.png" alt="sklearn">
118110
* [Stacking](https://github.com/ikki407/stacking) - Simple and useful stacking library written in Python. <img height="20" src="img/sklearn_big.png" alt="sklearn">
@@ -187,6 +179,14 @@
187179
* [Caffe](https://github.com/BVLC/caffe) - A fast open framework for deep learning.
188180
* [nnabla](https://github.com/sony/nnabla) - Neural Network Libraries by Sony.
189181

182+
## Automated Machine Learning
183+
* [auto-sklearn](https://github.com/automl/auto-sklearn) - An AutoML toolkit and a drop-in replacement for a scikit-learn estimator. <img height="20" src="img/sklearn_big.png" alt="sklearn">
184+
* [Auto-PyTorch](https://github.com/automl/Auto-PyTorch) - Automatic architecture search and hyperparameter optimization for PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
185+
* [AutoKeras](https://github.com/keras-team/autokeras) - AutoML library for deep learning. <img height="20" src="img/keras_big.png" alt="Keras compatible">
186+
* [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data.
187+
* [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. <img height="20" src="img/sklearn_big.png" alt="sklearn">
188+
* [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library.
189+
190190
## Time Series
191191
* [sktime](https://github.com/alan-turing-institute/sktime) - A unified framework for machine learning with time series. <img height="20" src="img/sklearn_big.png" alt="sklearn">
192192
* [darts](https://github.com/unit8co/darts) - A python library for easy manipulation and forecasting of time series.

0 commit comments

Comments
 (0)