plot_ffs: Plot results of a Forward feature selection or best subset selection
Description
plot_ffs() is deprecated and will be removed soon. Please use generic plot() function on ffs object.
A plotting function for a forward feature selection result.
Each point is the mean performance of a model run. Error bars represent
the standard errors from cross validation.
Marked points show the best model from each number of variables until a further variable
could not improve the results.
If type=="selected", the contribution of the selected variables to the model
performance is shown.