data_catboost: Catboost data function

Description Usage Arguments

View source: R/helper_data.R

Description

Data function for catboost engine.

Usage

1
2
3
4
5
6
7
data_catboost(object, ...)

## S3 method for class 'data.frame'
data_catboost(object, formula, ...)

## S3 method for class 'rsplit'
data_catboost(object, formula, ...)

Arguments

object

A data.frame or rset object.

...

Additinal arguments passed to the other S3 methods.

formula

A formula object.


five-dots/ml4e documentation built on June 19, 2020, 4:26 p.m.