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