PyTorch Tabular: A Framework for Deep Learning with Tabular Data
- URL: http://arxiv.org/abs/2104.13638v1
- Date: Wed, 28 Apr 2021 08:50:08 GMT
- Title: PyTorch Tabular: A Framework for Deep Learning with Tabular Data
- Authors: Manu Joseph
- Abstract summary: PyTorch Tabular is a new deep learning library built on top of PyTorch and PyTorch Lightning.
It works on pandas dataframes directly.
Many SOTA models like NODE and TabNet are already integrated and implemented in the library with a unified API.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: In spite of showing unreasonable effectiveness in modalities like Text and
Image, Deep Learning has always lagged Gradient Boosting in tabular data - both
in popularity and performance. But recently there have been newer models
created specifically for tabular data, which is pushing the performance bar.
But popularity is still a challenge because there is no easy, ready-to-use
library like Sci-Kit Learn for deep learning. PyTorch Tabular is a new deep
learning library which makes working with Deep Learning and tabular data easy
and fast. It is a library built on top of PyTorch and PyTorch Lightning and
works on pandas dataframes directly. Many SOTA models like NODE and TabNet are
already integrated and implemented in the library with a unified API. PyTorch
Tabular is designed to be easily extensible for researchers, simple for
practitioners, and robust in industrial deployments.
Related papers
- PyTorch Frame: A Modular Framework for Multi-Modal Tabular Learning [54.912520425218496]
We present PyTorch Frame, a PyTorch-based framework for deep learning over multi-modal tabular data.
We demonstrate the usefulness of PyTorch Frame by implementing diverse models in a modular way.
We integrate PyTorch Frame with PyTorch Geometric, a PyTorch library for Graph Neural Networks (GNNs), to perform end-to-end learning over relational databases.
arXiv Detail & Related papers (2024-03-31T19:15:09Z) - Causal-learn: Causal Discovery in Python [53.17423883919072]
Causal discovery aims at revealing causal relations from observational data.
$textitcausal-learn$ is an open-source Python library for causal discovery.
arXiv Detail & Related papers (2023-07-31T05:00:35Z) - torchgfn: A PyTorch GFlowNet library [56.071033896777784]
torchgfn is a PyTorch library that aims to address this need.
It provides users with a simple API for environments and useful abstractions for samplers and losses.
arXiv Detail & Related papers (2023-05-24T00:20:59Z) - SequeL: A Continual Learning Library in PyTorch and JAX [50.33956216274694]
SequeL is a library for Continual Learning that supports both PyTorch and JAX frameworks.
It provides a unified interface for a wide range of Continual Learning algorithms, including regularization-based approaches, replay-based approaches, and hybrid approaches.
We release SequeL as an open-source library, enabling researchers and developers to easily experiment and extend the library for their own purposes.
arXiv Detail & Related papers (2023-04-21T10:00:22Z) - PyGOD: A Python Library for Graph Outlier Detection [56.33769221859135]
PyGOD is an open-source library for detecting outliers in graph data.
It supports a wide array of leading graph-based methods for outlier detection.
PyGOD is released under a BSD 2-Clause license at https://pygod.org and at the Python Package Index (PyPI)
arXiv Detail & Related papers (2022-04-26T06:15:21Z) - DANets: Deep Abstract Networks for Tabular Data Classification and
Regression [9.295859461145783]
Abstract Layer (AbstLay) learns to explicitly group correlative input features and generate higher-level features for semantics abstraction.
Family of Deep Abstract Networks (DANets) for tabular data classification and regression.
arXiv Detail & Related papers (2021-12-06T12:15:28Z) - PyTorchVideo: A Deep Learning Library for Video Understanding [71.89124881732015]
PyTorchVideo is an open-source deep-learning library for video understanding tasks.
It covers a full stack of video understanding tools including multimodal data loading, transformations, and models.
The library is based on PyTorch and can be used by any training framework.
arXiv Detail & Related papers (2021-11-18T18:59:58Z) - Small-Text: Active Learning for Text Classification in Python [23.87081733039124]
small-text is an easy-to-use active learning library for Python.
It offers pool-based active learning for single- and multi-label text classification.
arXiv Detail & Related papers (2021-07-21T19:23:56Z) - ktrain: A Low-Code Library for Augmented Machine Learning [0.0]
ktrain is a low-code Python library that makes machine learning more accessible and easier to apply.
It is designed to make sophisticated, state-of-the-art machine learning models simple to build, train, inspect, and apply by both beginners and experienced practitioners.
arXiv Detail & Related papers (2020-04-19T14:18:20Z) - fastai: A Layered API for Deep Learning [1.7223564681760164]
fastai is a deep learning library which provides practitioners with high-level components.
It provides researchers with low-level components that can be mixed and matched to build new approaches.
arXiv Detail & Related papers (2020-02-11T21:16:48Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.