Description Usage Arguments See Also
View source: R/forcasting_tools.R
Put data frame (train or test).
1 | pred_glm_net(data_df, y_name, x_name, modele)
|
data_df |
Data, class "data.frame". |
y_name |
The variable cible (Y) in characters. |
x_name |
List of explanatory variables (list of characters). |
modele |
glmnet objects. |
Other predicting functions:
pred_keras()
,
pred_rpart()
,
predict_broom()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.