R/ShinyHelp/HelpModel.md

Model upload

Here you need to upload a prediction model generated with this programm in the "Train new Model" mode. This Model can also be read in with R by calling

model<- readRDS( path to model file )

Things you can do with this are e.g. analyzing lasso coefficients for a model:

coef(codel$final_model)

or analyzing the predictor set with

model$predictor_set

In detail this R object contains the following information:



ChristianAmes/FastRet documentation built on June 17, 2022, 6 a.m.