Nested-Cross-Validation
Nested-Cross-Validation copied to clipboard
Is there a way to use bayesian hyperparameter optimization instead of GridSearch / Random Search?
GridSearch and RandomSearch take way too long, therefor I prefer bayesian HPO (Example picture between Grid, Random, Bayes HPO - Source: https://www.kaggle.com/fanvacoolt/tutorial-on-hyperopt.
Is there a way to use this package with hyperopt for way faster HPO?