automl / HPOlib1.5

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

fix exploring openml xgb benchmark #80

Closed mfeurer closed 4 years ago

mfeurer commented 4 years ago

Previously, samples for the XGB benchmark which had the booster set to gblinear were mistakenly discarded. This PR fixes this and introduces strict checks on the number of instances loaded.