fit_regressor: Train a NGBoostRegressor object

Description Usage Arguments

View source: R/ngboostRRegressor.R

Description

Train a NGBoostRegressor object

Usage

1
fit_regressor(ngbr_reg, X_train, Y_train, X_val = NULL, Y_val = NULL)

Arguments

ngbr_reg

NGBoostRegressor obcjet

X_train

Training data. Is an object where samples are in rows and features are in columns.

Y_train

Training data. A numeric vector containing the outcome for each sample.

X_val

validattion data. Is an object where samples are in rows and features are in columns.

Y_val

Validation data A numeric vector containing the outcome for each sample.


acca3003/ngboostR documentation built on Dec. 18, 2021, 10:21 p.m.