Description Usage Arguments Value See Also
A version of the regressoR.learn
function which
prepares the result as instance of RegressionResult
by
stripping down all but the essential information (and potentially storing
the original quality metric). The returned list is suitable for export into
a file and import via batch processing.
1 2 3 4 | regressoR.learnForExport(x, y, learners = regressoR.defaultLearners(),
representations = Transformation.applyDefault2D(x = x, y = y, addIdentity =
TRUE), metricGenerator = RegressionQualityMetric.default, q = 0.75,
includeMetric = TRUE)
|
x |
the |
y |
the |
learners |
the learners to apply |
representations |
the list of data representations, or |
metricGenerator |
the metric generator function |
q |
the effort parameter: 0=minimum effort=fast/low quality, 1=maximum effort=slow=highest quality |
includeMetric |
should be the quality function to rate models be stored in the list as well? |
an instance of RegressionResult
regressoR.batchLearn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.