mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
91 stars 16 forks source link

Add param `interaction constraints` to XGBoost learner #97

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

Fixes #95

Unfortunately there is no machine-readable way to scrape XGBoost params so we have to live with adding them incrementally on requests I guess.

codecov-io commented 4 years ago

Codecov Report

Merging #97 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   97.47%   97.47%           
=======================================
  Files          19       19           
  Lines        1029     1031    +2     
=======================================
+ Hits         1003     1005    +2     
  Misses         26       26           
Impacted Files Coverage Δ
R/LearnerClassifXgboost.R 98.74% <100.00%> (+<0.01%) :arrow_up:
R/LearnerRegrXgboost.R 99.20% <100.00%> (+<0.01%) :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 9415d79...a37bbc5. Read the comment docs.