Multimodal Data¶
AutoMM for Text + Tabular - Quick Startmultimodal_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.
AutoMM for Image + Text + Tabular - Quick Startbeginner_multimodal.html
How to use MultiModalPredictor to train a model on data with image, text, numerical, and categorical features.
AutoMM for Entity Extraction with Text and Image - Quick Startmultimodal_ner.html
How to use MultiModalPredictor to train a model for multimodal named entity recognition.