automl / HPOlib1.5

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

Autosklearn can make use of a tmpdir #78

Closed KEggensperger closed 4 years ago

KEggensperger commented 5 years ago

I think for our case it is fine to have the data always in memory. We do the same in all other benchmarks.

Additionally, this avoids remaining files after killing auto-sklearn using the runsolver.

KEggensperger commented 4 years ago

I changed this. Auto-sklearn now can make use of a tmpdir if available. @mfeurer please check again