Documentation Home
HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 3.8Mb
PDF (A4) - 3.8Mb


HeatWave User Guide  /  Train and Use Machine Learning Models  /  Supported Data Types for MySQL HeatWave AutoML

6.4 Supported Data Types for MySQL HeatWave AutoML

MySQL HeatWave AutoML supports the following data types.

Numeric Data Types

Temporal Data Types

String and Text Data Types

Data Type Limitations

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.

What's Next