fit_catboost_es: Fit GBDT by catboost package with early stopping

Description Usage Arguments Value

View source: R/engine_catboost.R

Description

Fit GBDT by catboost package with early stopping

Usage

1
fit_catboost_es(data, eval, task_type, ...)

Arguments

data

A training data of catboost.Pool class object.

eval

A evaluation data of catboost.Pool class object. Used for early stopping.

task_type

A character scalar of task_type.

...

Additional arguments passed to catboost::catboost.train.

Value

A fitted object.


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