Working with structured data
AutoKeras allows us to quickly and easily create high-performance models for solving tasks based on structured data.
Depending on the format of each column, AutoKeras will preprocess them automatically before feeding the model. For instance, if the column contains text, it will convert it into an embedding, if the column values are fixed categories, it will convert them into one-hot encoding arrays, and so on.
In the following sections, we will see how easy it is to work with tabular datasets.