Skip to main content

Unofficial pytorch implementation of deviation network for table data.

Project description

Devnet

Unofficial pytorch implementation of deviation network for table data.

paper of deviation network
https://arxiv.org/abs/1911.08623

original keras implementation by authors of the paper is here
https://github.com/GuansongPang/deviation-network

Setup

install poetry followed by
https://python-poetry.org/docs/master/#installing-with-the-official-installer

install dependencies

poetry install

Usage

train model with train/eval.csv under dataroot

poetry python src/main.py dataroot=data/debug epochs=10 eval_interval=10

predict score and output result

poetry python src/main.py predict_only=true predict_input=data/debug/eval.csv model_path=data/debug/models/example.pth

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devnet-0.1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

devnet-0.1.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page