fastaitabular
fastai.tabular is a module within the fastai deep learning library designed to simplify and streamline the process of building and training deep learning models for tabular data. Tabular data, common in datasets like spreadsheets or databases, consists of rows and columns where each row represents an observation and each column represents a feature.
The fastai.tabular module provides high-level abstractions that handle many common data preprocessing and modeling tasks automatically.
Key features of fastai.tabular include its ability to automatically infer data types and apply appropriate transformations.