AutoML supports the following data types.
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.
-
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.