skll icon indicating copy to clipboard operation
skll copied to clipboard

Investigate a hyperparameter optimization framework like Optuna

Open desilinguist opened this issue 5 years ago • 1 comments
trafficstars

Investigate whether using something like optuna is better than plain ol' grid search when it comes to the non-deep-learning algorithms that are in SKLL/scikit-learn.

desilinguist avatar Feb 25 '20 18:02 desilinguist

Hyperopt might be another option to consider: https://github.com/hyperopt/hyperopt

Lguyogiro avatar Feb 26 '20 22:02 Lguyogiro