Skip to content

Commit 6162f2d

Browse files
authored
Update README.md
1 parent c1282fa commit 6162f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ Optometrist algorithm - [paper](https://www.nature.com/articles/s41598-017-06645
443443

444444
#### Hyperparameter Tuning
445445
[sklearn](https://scikit-learn.org/stable/index.html) - [GridSearchCV](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html), [RandomizedSearchCV](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html).
446+
[sklearn-deap](https://github.com/rsteca/sklearn-deap) - Hyperparameter search using genetic algorithms.
446447
[hyperopt](https://github.com/hyperopt/hyperopt) - Hyperparameter optimization.
447448
[hyperopt-sklearn](https://github.com/hyperopt/hyperopt-sklearn) - Hyperopt + sklearn.
448449
[optuna](https://github.com/pfnet/optuna) - Hyperparamter optimization, [Talk](https://www.youtube.com/watch?v=tcrcLRopTX0).
@@ -452,6 +453,7 @@ Optometrist algorithm - [paper](https://www.nature.com/articles/s41598-017-06645
452453
[bbopt](https://github.com/evhub/bbopt) - Black box hyperparameter optimization.
453454
[dragonfly](https://github.com/dragonfly/dragonfly) - Scalable Bayesian optimisation.
454455

456+
455457
#### Incremental Learning, Online Learning
456458
sklearn - [PassiveAggressiveClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html), [PassiveAggressiveRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html).
457459
[creme-ml](https://github.com/creme-ml/creme) - Incremental learning framework.

0 commit comments

Comments
 (0)