catboost default params changed
Created by: MAGLeb
- The output of the catboost model is completely removed.
- The issue of default parameters for models has been resolved.
Created by: codecov[bot]
Codecov Report
Merging #356 (01a299c5) into master (bdb5d0b0) will decrease coverage by
0.02%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## master #356 +/- ## ========================================== - Coverage 82.26% 82.23% -0.03% ========================================== Files 108 108 Lines 7596 7595 -1 ========================================== - Hits 6249 6246 -3 - Misses 1347 1349 +2
Impacted Files Coverage Δ ...ore/operations/evaluation/evaluation_interfaces.py 87.77% <ø> (-0.77%)
fedot/core/operations/operation.py 96.70% <100.00%> (+0.19%)
fedot/core/pipelines/tuning/tuner_interface.py 91.04% <0.00%> (-2.99%)
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 bdb5d0b...01a299c. Read the comment docs.Created by: MAGLeb
The output of the catboost model is completely removed.
Вроде в изменениях нет правок, относящихся именно к catboost? Или другая логика работы в default-параметрами так повлияла?
Прошелся дебагером, оказывается дефолтные параметры не всегда применялись к моделям. То есть параметры default_params : {verbosity: false, ...} не подтягивались.
Please register or sign in to reply