| tail.catboost.Pool {catboost} | R Documentation |
Return a list with the last n objects of the dataset.
## S3 method for class 'catboost.Pool' tail(x, n = 10, ...)
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 |
Each line of this list contains the following information for each object:
The target value.
The weight value.
The feature values.