Multimodal Data --------------- .. container:: cards .. card:: :title: AutoMM for Text + Tabular - Quick Start :link: multimodal_text_tabular.html How MultiModalPredictor can be applied to multimodal data tables with a mix of text, numerical, and categorical columns. Here, we train a model to predict the price of books. .. card:: :title: AutoMM for Image + Text + Tabular - Quick Start :link: beginner_multimodal.html How to use MultiModalPredictor to train a model on data with image, text, numerical, and categorical features. .. card:: :title: AutoMM for Entity Extraction with Text and Image - Quick Start :link: multimodal_ner.html How to use MultiModalPredictor to train a model for multimodal named entity recognition. .. toctree:: :maxdepth: 1 :hidden: beginner_multimodal multimodal_text_tabular multimodal_ner