Added
- Added basic `text_tokenized` ([157](https://github.com/pyg-team/pytorch-frame/pull/157))
- Added `Mercari` dataset ([123](https://github.com/pyg-team/pytorch-frame/pull/123/files))
- Added the model performance benchmark script ([114](https://github.com/pyg-team/pytorch-frame/pull/114))
- Added `DataFrameBenchmark` ([107](https://github.com/pyg-team/pytorch-frame/pull/107))
- Added concat and equal ops for `TensorFrame` ([100](https://github.com/pyg-team/pytorch-frame/pull/100))
- Use ROC-AUC for binary classification in GBDT ([98](https://github.com/pyg-team/pytorch-frame/pull/98))
- Infer `task_type` in dataset ([97](https://github.com/pyg-team/pytorch-frame/pull/97))
- Added `text_embedded` example ([95](https://github.com/pyg-team/pytorch-frame/pull/95))
- Added `MultimodalTextBenchmark` ([92](https://github.com/pyg-team/pytorch-frame/pull/92), [#117](https://github.com/pyg-team/pytorch-frame/pull/117))
- Renamed `x_dict` to `feat_dict` in `TensorFrame` ([86](https://github.com/pyg-team/pytorch-frame/pull/86))
- Added `TabTransformer` example ([82](https://github.com/pyg-team/pytorch-frame/pull/82))
- Added `TabNet` example ([85](https://github.com/pyg-team/pytorch-frame/pull/85))
- Added dataset `tensorframe` and `col_stats` caching ([84](https://github.com/pyg-team/pytorch-frame/pull/84))
- Added `TabTransformer` ([74](https://github.com/pyg-team/pytorch-frame/pull/74))
- Added `TabNet` ([35](https://github.com/pyg-team/pytorch-frame/pull/35))
- Added text embedded stype, mapper and encoder. ([78](https://github.com/pyg-team/pytorch-frame/pull/78))
- Added `ExcelFormer` example ([46](https://github.com/pyg-team/pytorch-frame/pull/46))
- Added support for inductive `DataFrame` to `TensorFrame` transformation ([75](https://github.com/pyg-team/pytorch-frame/pull/75))
- Added `CatBoost` baseline and tuned `CatBoost` example. ([73](https://github.com/pyg-team/pytorch-frame/pull/73))
- Added `na_strategy` as argument in `StypeEncoder`. ([69](https://github.com/pyg-team/pytorch-frame/pull/69))
- Added `NAStrategy` class and impute NaN values in `MutualInformationSort`. ([68](https://github.com/pyg-team/pytorch-frame/pull/68))
- Added `XGBoost` baseline and updated tuned `XGBoost` example. ([57](https://github.com/pyg-team/pytorch-frame/pull/57))
- Added `CategoricalCatBoostEncoder` and `MutualInformationSort` transforms needed by ExcelFromer ([52](https://github.com/pyg-team/pytorch-frame/pull/52))
- Added tutorial example script ([54](https://github.com/pyg-team/pytorch-frame/pull/54))
- Added `ResNet` ([48](https://github.com/pyg-team/pytorch-frame/pull/48))
- Added `ExcelFormerEncoder` ([42](https://github.com/pyg-team/pytorch-frame/pull/42))
- Made `FTTransformer` take `TensorFrame` as input ([45](https://github.com/pyg-team/pytorch-frame/pull/45))
- Added `Tompt` example ([39](https://github.com/pyg-team/pytorch-frame/pull/39))
- Added `post_module` in `StypeEncoder` ([43](https://github.com/pyg-team/pytorch-frame/pull/43))
- Added `FTTransformer` ([40](https://github.com/pyg-team/pytorch-frame/pull/40), [#41](https://github.com/pyg-team/pytorch-frame/pull/41))
- Added `ExcelFormer` ([26](https://github.com/pyg-team/pytorch-frame/pull/26))
- Added `Yandex` collections ([37](https://github.com/pyg-team/pytorch-frame/pull/37))
- Added `TabularBenchmark` collections ([33](https://github.com/pyg-team/pytorch-frame/pull/33))
- Added the `Bank Marketing` dataset ([34](https://github.com/pyg-team/pytorch-frame/pull/34))
- Added the `Mushroom`, `Forest Cover Type`, and `Poker Hand` datasets ([32](https://github.com/pyg-team/pytorch-frame/pull/32))
- Added `PeriodicEncoder` ([31](https://github.com/pyg-team/pytorch-frame/pull/31))
- Added `NaN` handling in `StypeEncoder` ([28](https://github.com/pyg-team/pytorch-frame/pull/28))
- Added `LinearBucketEncoder` ([22](https://github.com/pyg-team/pytorch-frame/pull/22))
- Added `Trompt` ([25](https://github.com/pyg-team/pytorch-frame/pull/25))
- Added `TromptDecoder` ([24](https://github.com/pyg-team/pytorch-frame/pull/24))
- Added `TromptConv` ([23](https://github.com/pyg-team/pytorch-frame/pull/23))
- Added `StypeWiseFeatureEncoder` ([16](https://github.com/pyg-team/pytorch-frame/pull/16))
- Added indexing/shuffling and column select functionality in `Dataset` ([18](https://github.com/pyg-team/pytorch-frame/pull/18), [#19](https://github.com/pyg-team/pytorch-frame/pull/19))
- Added `Adult Census Income` dataset ([17](https://github.com/pyg-team/pytorch-frame/pull/17))
- Added column-level statistics and dataset materialization ([15](https://github.com/pyg-team/pytorch-frame/pull/15))
- Added `FTTransformerConvs` ([12](https://github.com/pyg-team/pytorch-frame/pull/12))
- Added `DataLoader` capabilities ([11](https://github.com/pyg-team/pytorch-frame/pull/11))
- Added `TensorFrame.index_select` ([10](https://github.com/pyg-team/pytorch-frame/pull/10))
- Added `Dataset.to_tensor_frame` ([9](https://github.com/pyg-team/pytorch-frame/pull/9))
- Added base classes `TensorEncoder`, `FeatureEncoder`, `TableConv`, `Decoder` ([5](https://github.com/pyg-team/pytorch-frame/pull/5))
- Added `TensorFrame` ([4](https://github.com/pyg-team/pytorch-frame/pull/4))
- Added `Titanic` dataset ([3](https://github.com/pyg-team/pytorch-frame/pull/3))
- Added `Dataset` base class ([3](https://github.com/pyg-team/pytorch-frame/pull/3))