| catboost.shrink {catboost} | R Documentation |
Shrink the model
catboost.shrink(model, ntree_end, ntree_start = 0)
ntree_end |
Leave the trees with indices from the interval [ntree_start, ntree_end) (zero-based indexing).. |
ntree_start |
Leave the trees with indices from the interval [ntree_start, ntree_end) (zero-based indexing).. Default value: 0 |
https://tech.yandex.com/catboost/doc/dg/concepts/r-reference_catboost-shrink-docpage/