topepo / caret

caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models
http://topepo.github.io/caret/index.html
1.61k stars 634 forks source link

Undocumented output of train: pred #1297

Open LucSteinbuch opened 2 years ago

LucSteinbuch commented 2 years ago

The train function returns a list, containing element pred . Perhaps the meaning of this element can be added to the help text?