summary.catboost.Model {catboost}R Documentation

Print basic information about model

Description

Displays the most general characteristics of a CatBoost model (same as 'print').

Usage

## S3 method for class 'catboost.Model'
summary(object, ...)

Arguments

object

The model obtained as the result of training.

...

Not used

Value

The same model that was passed as input.


[Package catboost version 0.25 Index]