Description Usage Arguments Value Examples
Function to run XGBoost for preprocessed Lotto data. Allows to
use as a target dependent_var
for formula construction. The rest of the
variables are explanatory.
Using xgboost
, read.csv("lotto.csv")
1 | jtXGBoost.lotto(model, dependent_var)
|
model |
preprocessed data with selected features |
dependent_var |
character with the name of the variable |
Returns table with predictions.
1 | jtXGBoost.lotto(model1, "number1")$forecasts
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.