Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 418 Bytes

File metadata and controls

7 lines (5 loc) · 418 Bytes

hyperparam_opt

Code for optimizing hyperparameters of Scikit-learn models

  • Less restrictive than scikit's GridSearchCV/RandomSearchCV
  • Outputs CSV with each iteration's hyperparameter choices as well as metrics. Easy to add your own metrics

The abstraction is leaky but the code is short and you should be able to modify it for your needs pretty easily