print.catboost.Model {catboost}R Documentation

Print basic information about model

Description

Displays the most general characteristics of a CatBoost model.

Usage

## S3 method for class 'catboost.Model'
print(x, ...)

Arguments

x

The model obtained as the result of training.

...

Not used

Value

The same model that was passed as input.


[Package catboost version 1.0.4 Index]