View source: R/get_original_data.R
get_original_data | R Documentation |
This function generates the full training data for a given model
get_original_data(model, data)
model |
A model object generated with make_xgb_models |
data |
The dataset that was passed to make_xgb_models |
get_original_data(my_models[1],my_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.