forked from tlverse/sl3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathundocumented_learner.Rd
49 lines (47 loc) · 1.69 KB
/
undocumented_learner.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sl3-package.R
\docType{class}
\name{undocumented_learner}
\alias{undocumented_learner}
\title{Undocumented Learner}
\format{\code{\link{R6Class}} object.}
\value{
\code{\link{Lrnr_base}} object with methods for training and
prediction.
}
\description{
We haven't documented this one yet. Feel free to contribute!
}
\section{Fields}{
\describe{
\item{\code{params}}{A list of parameters needed to fully specify the learner. This
includes things like model hyperparameters.}
}}
\seealso{
Other Learners: \code{\link{Custom_chain}},
\code{\link{Lrnr_HarmonicReg}}, \code{\link{Lrnr_arima}},
\code{\link{Lrnr_bartMachine}}, \code{\link{Lrnr_base}},
\code{\link{Lrnr_bilstm}}, \code{\link{Lrnr_condensier}},
\code{\link{Lrnr_cv}}, \code{\link{Lrnr_dbarts}},
\code{\link{Lrnr_define_interactions}},
\code{\link{Lrnr_expSmooth}},
\code{\link{Lrnr_glm_fast}}, \code{\link{Lrnr_glmnet}},
\code{\link{Lrnr_glm}}, \code{\link{Lrnr_grf}},
\code{\link{Lrnr_h2o_grid}}, \code{\link{Lrnr_hal9001}},
\code{\link{Lrnr_independent_binomial}},
\code{\link{Lrnr_lstm}}, \code{\link{Lrnr_mean}},
\code{\link{Lrnr_nnls}}, \code{\link{Lrnr_optim}},
\code{\link{Lrnr_pca}},
\code{\link{Lrnr_pkg_SuperLearner}},
\code{\link{Lrnr_randomForest}},
\code{\link{Lrnr_ranger}}, \code{\link{Lrnr_rpart}},
\code{\link{Lrnr_rugarch}}, \code{\link{Lrnr_sl}},
\code{\link{Lrnr_solnp_density}},
\code{\link{Lrnr_solnp}},
\code{\link{Lrnr_subset_covariates}},
\code{\link{Lrnr_svm}}, \code{\link{Lrnr_tsDyn}},
\code{\link{Lrnr_xgboost}}, \code{\link{Pipeline}},
\code{\link{Stack}}, \code{\link{define_h2o_X}}
}
\concept{Learners}
\keyword{data}