MySQL HeatWave AutoML supports the following data types.
MySQL HeatWave AutoML uses
TfidfVectorizer
to pre-process TINYTEXT
,
TEXT
,
MEDIUMTEXT
, and
LONGTEXT
, and appends the results
to the data set. MySQL HeatWave AutoML has the following limitations for
text usage:
The
ML_PREDICT_TABLE
ml_results
column contains the prediction results and the data. This combination must be fewer than 65,532 characters.MySQL HeatWave AutoML only supports datasets in the English language.
MySQL HeatWave AutoML does not support text columns with
NULL
values.MySQL HeatWave AutoML does not support a text target column.
MySQL HeatWave AutoML does not support recommendation tasks with a text column.
For the forecasting task,
endogenous_variables
cannot be text.
-
Learn more about the following:
Learn how to Create a Machine Learning Model.
Review Machine Learning Use Cases to create machine learning models with sample datasets.