From b652e9108211afe7fc49a39781365714fcd7c310 Mon Sep 17 00:00:00 2001 From: Zecheng Zhang Date: Tue, 9 Apr 2024 00:14:03 +0000 Subject: [PATCH] Add PyTorch Frame --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c68a19c..ac9797f 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [AutoGPTQ, easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm](https://github.com/PanQiWei/AutoGPTQ) ## Tabular Data +- [PyTorch Frame: A Modular Framework for Multi-Modal Tabular Learning](https://github.com/pyg-team/pytorch-frame) - [Pytorch Tabular,standard framework for modelling Deep Learning Models for tabular data](https://github.com/manujosephv/pytorch_tabular) - [Tab Transformer](https://github.com/lucidrains/tab-transformer-pytorch) - [PyTorch-TabNet: Attentive Interpretable Tabular Learning](https://github.com/dreamquark-ai/tabnet)