View source: R/ngboostRClassifier.R
Train a NGBoostClassifier object
1 | fit_classifier(ngbr_cla, X_train, Y_train, X_val = NULL, Y_val = NULL)
|
X_train |
Training data (numeric). Is an object where samples are in rows and features are in columns. |
Y_train |
Training data. A numeric (integer) vector containing the outcome for each sample. |
X_val |
validattion data (numeric). Is an object where samples are in rows and features are in columns. |
Y_val |
Validation data. A numeric (integer) vector containing the outcome for each sample. |
ngbr_reg |
NGBoostRegressor obcjet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.