MySQL HeatWave AutoML supports the following training models. When training
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:
OrbitForecaster (As of MySQL 9.1.1)
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
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: