tail.catboost.Pool {catboost}R Documentation

Tail of catboost.Pool

Description

Return a list with the last n objects of the dataset.

Usage

## S3 method for class 'catboost.Pool'
tail(x, n = 10, ...)

Arguments

x

The input dataset.

Default value: Required argument

n

The quantity of the last objects in the dataset to be returned.

Default value: 10

...

not currently used

Details

Each line of this list contains the following information for each object:


[Package catboost version 0.20 Index]