Documentation Home
MySQL AI
Download this Manual
PDF (US Ltr) - 1.4Mb
PDF (A4) - 1.4Mb


MySQL AI  /  Training and Using Machine Learning Models  /  Supported Data Types for AutoML

4.4 Supported Data Types for AutoML

AutoML supports the following data types.

Numeric Data Types

Temporal Data Types

String and Text Data Types

Data Type Limitations

AutoML uses TfidfVectorizer to pre-process TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT, and appends the results to the data set. 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.

  • AutoML only supports datasets in the English language.

  • AutoML does not support text columns with NULL values.

  • AutoML does not support a text target column.

  • AutoML does not support recommendation tasks with a text column.

  • For the forecasting task, endogenous_variables cannot be text.

What's Next