GithubHelp home page GithubHelp logo

kaishinshaw / rtdl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yandex-research/rtdl

0.0 0.0 0.0 25.18 MB

Research on Tabular Deep Learning: Papers & Packages

License: Apache License 2.0

Python 99.32% Makefile 0.68%

rtdl's Introduction

RTDL (Research on Tabular Deep Learning)

RTDL (Research on Tabular Deep Learning) is a collection of papers and packages on deep learning for tabular data.

🔔 To follow announcements on new papers and projects:

  • Follow the authors of the papers on Twitter and GitHub.
  • Subscribe to releases in this GitHub repository: "Watch -> Custom -> Releases".

Note

The previous rtdl package is now replaced with individual packages (see the next sections). If you used rtdl, please, read the details.

Show details
  1. This repository is NOT deprecated.
  2. However, the package rtdl is deprecated and replaced with individual packages.
  3. If you used the latest rtdl==0.0.13 installed from PyPI (not from GitHub!) as pip install rtdl, then the same models (MLP, ResNet, FT-Transformer) can be found in the rtdl_revisiting_models package, though API is slightly different.
  4. If you used the unfinished code from the main branch, it is highly recommended to switch to the new packages. In particular, the unfinished implementation of embeddings for continuous features contained many unresolved issues (the new rtdl_num_embeddings package, in turn, is more efficient and correct).

Installation

The documentation is available through the "Package" links in the "Papers" section.

The following snippet installs all available packages including optional dependencies.

pip install rtdl_num_embeddings
pip install rtdl_revisiting_models

pip install "scikit-learn>=1.0,<2"

Papers

(2023) TabR: Tabular Deep Learning Meets Nearest Neighbors in 2023
Paper   Code

(2022) TabDDPM: Modelling Tabular Data with Diffusion Models
Paper   Code

(2022) Revisiting Pretraining Objectives for Tabular Deep Learning
Paper   Code

(2022) On Embeddings for Numerical Features in Tabular Deep Learning
Paper   Code   Package (rtdl_num_embeddings)

(2021) Revisiting Deep Learning Models for Tabular Data
Paper   Code   Package (rtdl_revisiting_models)

(2019) Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data
Paper   Code

rtdl's People

Contributors

yura52 avatar dendiiiii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.