View source: R/model_xgboost.R
fit.xgboost | R Documentation |
Build XGboost Model
## S3 method for class 'xgboost'
fit(x)
x |
A training dataset with calculated Chemical Descriptors |
Returns a trained model ready to predict
xgb <- fit.xgboost(training)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.