mlr-org / mlr3tuning

Hyperparameter optimization package of the mlr3 ecosystem
https://mlr3tuning.mlr-org.com/
GNU Lesser General Public License v3.0
53 stars 5 forks source link

Add benchmark result to Archive #268

Closed be-marc closed 4 years ago

be-marc commented 4 years ago

Adds BenchmarkResult to ArchiveTuning and sets uhashes to data.table in archive.

TODO

codecov-commenter commented 4 years ago

Codecov Report

Merging #268 into master will decrease coverage by 0.01%. The diff coverage is 97.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
- Coverage   93.50%   93.49%   -0.02%     
==========================================
  Files          14       15       +1     
  Lines         154      169      +15     
==========================================
+ Hits          144      158      +14     
- Misses         10       11       +1     
Impacted Files Coverage Δ
R/AutoTuner.R 98.03% <ø> (ø)
R/Tuner.R 100.00% <ø> (ø)
R/TunerFromOptimizer.R 100.00% <ø> (ø)
R/ObjectiveTuning.R 97.22% <95.65%> (-2.78%) :arrow_down:
R/ArchiveTuning.R 100.00% <100.00%> (ø)
R/TuningInstanceMulticrit.R 100.00% <100.00%> (ø)
R/TuningInstanceSingleCrit.R 94.73% <100.00%> (+0.98%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40be8d2...f48e8d5. Read the comment docs.