| print.catboost.Model {catboost} | R Documentation |
Displays the most general characteristics of a CatBoost model.
## S3 method for class 'catboost.Model' print(x, ...)
x |
The model obtained as the result of training. |
... |
Not used |
The same model that was passed as input.