automl / HPOlib

HPOlib is a hyperparameter optimization library. It provides a common interface to three state of the art hyperparameter optimization packages: SMAC, spearmint and hyperopt. This package is discontinued, please read the longer note in the info box below.

Home Page:http://automl.org/hpolib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossvalidation broken (dev branch)

KEggensperger opened this issue · comments

Using crossvalidation (with number_cv_folds = 10) evaluates two or three folds and then stops working as *.pkl.lock is not deleted properly.

Seemed to work lately.