View source: R/ngboostRRegressor.R
Train a NGBoostRegressor object
1 | fit_regressor(ngbr_reg, X_train, Y_train, X_val = NULL, Y_val = NULL)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.