The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
caretStack and caretList, rather than
aggregating to one resample per row in the original data. This can give
your stacking model more variance to work with, but can lead to a lot
more issues with aligning predictions from different models,
particularly ones that use different resampling strategies.plot_variable_importance() to visualize variable
importance for caretStack and caretEnsemble
models.aggregate_resamples option to
caretStack and related functions to control whether
resamples are aggregated.autoplot so it runs in <1
second on most platforms.caretList, caretStack,
and caretEnsemble.caretEnsemble now uses a
greedy optimizer by default. This optimizer can never be worse than the
worst single model. caretStack still supports all caret
models, including glm.data.table for predictions, trim some un-needed data
by default).caretStack, which now
supports print, summary, plot,
dotplot, and autoplot.
caretEnsemble inherits from caretStack, and
therefore also supports all of these methods.caretLists and caretStacks.trainControl constructor to make it
easier to build good controls for training caretLists for
stacking with caretStack.caretEnsemble now inherits from
caretStack.glm for
caretEnsemble (optimizers will be added back as
caret.train models in a future release).autoplot and fortify). We will either
make those true S3 classes, or inherit from the packages that define
them in a future release.predict.caretEnsemble and
predict.caretStack).data.table for some internals.caretEnsemble is a new package for making ensembles of
caret
models.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.