Description Usage Arguments Value Create model object Fit model if not already fitted Run predictions Save model to the filesystem to be reused without fitting again
Statistical model used to predict ski conditions evaluations
1 |
name |
character. Model name |
Model. object
model <- Model(name)
load_ski_nivo(model) # optionnal run by instructions bellow if needed load_Xy(model, na_replacement) # optionnal run by instructions bellow if needed split_Xy(model, split) # optionnal run by instructions bellow if needed fit(model, classify, scoring) # optionnal run by instructions bellow if needed score <- score(model, ord_score) # optionnal run by instructions bellow if needed
y <- predict_fresh(model) # fit first if model has not been loaded from the filesystem
save_model(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.