Description Usage Arguments Value Author(s) See Also
View source: R/tdmRegressLoop.r
result$y
is "OOB RMAE" on training set for methods RF or MC.RF.
result$y
is "RMAE" on test set (=validation set) for all other methods.
result$y
is the quantity which the tuner seeks to minimize.
1 | tdmRegressSummary(result, opts, dset = NULL)
|
result |
return value from a prior call to |
opts |
a list from which we need here the following entries
|
dset |
[NULL] if not NULL, add this data frame to the return value (may cost a lot of memory!) |
result
, an object of class TDMregressor
, with result$y
, result$sd.y
(and optionally also result$dset
) added
Wolfgang Konen, FHK, Sep'2010 - Oct'2011
tdmRegress
, tdmRegressLoop
, tdmClassifySummary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.