automl / HPOlib1.5

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

Fix LogisticRegression and ConvNet data loading #33

Closed MechCoder closed 7 years ago

MechCoder commented 7 years ago

Loading the LogisticRegression and ConvNets benchmarks breaks on master. This fixes it such that it no longer breaks.

MechCoder commented 7 years ago

ping @mfeurer ?

mfeurer commented 7 years ago

Would it help you if we merge the (working) development branch into master?

MechCoder commented 7 years ago

sure, thanks.

MechCoder commented 7 years ago

Do you know if https://github.com/automl/HPOlib2/issues/2 can be fixed. It would be nice to have reproducible benchmarks.

KEggensperger commented 7 years ago

Yes, we planned to fix that for a long time. We already decided for a solution, but it is not yet implemented ...

MechCoder commented 7 years ago

Great, is there a pull request anywhere? I plan to do it locally anyway so I just do not want to duplicate work

MechCoder commented 7 years ago

Closing as this has been fixed in the development branch.