axe_ctrl {butcher} | R Documentation |
Axe controls.
Description
Remove the controls from training attached to modeling objects.
Usage
axe_ctrl(x, verbose = FALSE, ...)
Arguments
x |
A model object. |
verbose |
Print information each time an axe method is executed.
Notes how much memory is released and what functions are
disabled. Default is |
... |
Any additional arguments related to axing. |
Value
Model object without control tuning parameters from training.
Methods
See the following help topics for more details about individual methods:
butcher
axe-C5.0
:C5.0
axe-gam
:gam
axe-ipred
:classbagg
,regbagg
,survbagg
axe-model_fit
:model_fit
axe-nested_model_fit
:nested_model_fit
axe-randomForest
:randomForest
axe-rpart
:rpart
axe-spark
:ml_model
axe-train
:train
axe-train.recipe
:train.recipe
[Package butcher version 0.3.4 Index]