catboost.drop_unused_features {catboost}R Documentation

Drop unused features information from model

Description

Drop unused features information from model

Usage

catboost.drop_unused_features(model, ntree_end, ntree_start = 0)

Arguments

model

The model obtained as the result of training.

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


[Package catboost version 0.17.2 Index]