automl / HPOlib1.5

GNU General Public License v3.0
69 stars 27 forks source link

Openml datamanager #47

Closed sfalkner closed 6 years ago

sfalkner commented 6 years ago

To make the test for multiple repeats and folds a bit easier to comprehend, the datamanager now inspects the openml.task object directly for these properties rather than trying to get the indices for the second fold/repeat and checking if it fails.

sfalkner commented 6 years ago

Never mind. I just realized that if there are no folds, the code doesn't work because the field the code inspects is an empty string.