HPOBench
HPOBench copied to clipboard
Adding public URLs for tabular benchmark
Added the figshare public URLs. Couldn't successfully test it though.
Tried the following:
from hpobench.benchmarks.ml_mmfb import TabularBenchmark
benchmark = TabularBenchmark(data_dir=None, model="svm", task_id=10101)
Failed with the error TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
at L98 of hpobench/util/data_manager.py
Codecov Report
Merging #121 (6394521) into development (1a789b7) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## development #121 +/- ##
===============================================
+ Coverage 44.34% 44.37% +0.02%
===============================================
Files 41 41
Lines 2336 2337 +1
===============================================
+ Hits 1036 1037 +1
Misses 1300 1300
Impacted Files | Coverage Δ | |
---|---|---|
hpobench/util/data_manager.py | 57.50% <100.00%> (+0.09%) |
:arrow_up: |
@PhMueller this branch is now pointing to dev with the other big PR being merged we could merge this directly to dev? and for future updates to the URLs I could just have another PR doing so?
@KEggensperger updated with changes for CRC rerunning, involving the cost and optimization budgets.