head.catboost.Pool {catboost}R Documentation

Head of catboost.Pool

Description

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

Usage

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

Arguments

x

The input dataset.

Default value: Required argument

n

The quantity of the first 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.16.2 Index]