AutoML supports the following training models. When training
AutoML a model, use the
ML_TRAIN
model_list
and
exclude_model_list
options to specify the
training models to consider or exclude. The
Model
Metadata includes the algorithm_name
field, which defines the model type.
Univariate endogenous models:
STLwESForecaster
: STLForecast with ExponentialSmoothing substructureSTLwARIMAForecaster
: STLForecast with ARIMA substructure
Univariate endogenous with exogenous models:
Multivariate endogenous with exogenous models:
Univariate or multivariate endogenous with exogenous models:
GkNN: Generalized kth Nearest Neighbors
PCA: Principal Component Analysis
GLOF: Generalized Local Outlier Factor
The TwoTower model is the default model and can generate recommendations with implicit or explicit feedback. See Recommendation Training Models to learn more.
Recommendation models that rate users or items to use with explicit feedback:
-
Matrix factorization models:
Recommendation models that rank users or items to use with implicit feedback: