Each base learner must provide its concrete implementation of this generic method.
BaseLearner.Fit(object, formula, data, tmpfile=NULL, print.level=1, ...)
An object of class BaseLearner.Config
(must be a concrete implementation such as KNN.Regression.Config
).
Formula object expressing response and covariates.
Data frame containing response and covariates.
Filepath to save the estimation object to. If NULL
, estimation object will not be saved to a file.
Controlling verbosity level during fitting.
Arguments to be passed to/from other methods.
signature(object = "GBM.Regression.Config")
signature(object = "KNN.Regression.Config")
signature(object = "NNET.Regression.Config")
signature(object = "RF.Regression.Config")
signature(object = "SVM.Regression.Config")
signature(object = "PENREG.Regression.Config")
signature(object = "BART.Regression.Config")