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

feat: add callbacks #343

Closed be-marc closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #343 (b51c1bf) into main (37df2d6) will decrease coverage by 1.48%. The diff coverage is 86.74%.

:exclamation: Current head b51c1bf differs from pull request most recent head ae2dad3. Consider uploading reports for the commit ae2dad3 to get more accurate results

@@            Coverage Diff             @@
##             main     #343      +/-   ##
==========================================
- Coverage   94.98%   93.50%   -1.49%     
==========================================
  Files          24       27       +3     
  Lines         479      539      +60     
==========================================
+ Hits          455      504      +49     
- Misses         24       35      +11     
Impacted Files Coverage Δ
R/helper.R 63.15% <ø> (-1.85%) :arrow_down:
R/ContextEval.R 44.44% <44.44%> (ø)
R/mlr_callbacks.R 96.87% <96.87%> (ø)
R/AutoTuner.R 95.23% <100.00%> (+0.05%) :arrow_up:
R/CallbackTuning.R 100.00% <100.00%> (ø)
R/ObjectiveTuning.R 97.72% <100.00%> (+0.29%) :arrow_up:
R/TuningInstanceMulticrit.R 100.00% <100.00%> (ø)
R/TuningInstanceSingleCrit.R 100.00% <100.00%> (ø)
R/auto_tuner.R 100.00% <100.00%> (ø)
R/tune.R 94.73% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.