Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 796 Bytes

Spike with TabNet for Timeseries Data

In this Spike I review the use of TabNet by Google AI using the Pytorch implementation by Dreamquark-AI on Timeseries data from Flight-Pasanger Dataset

Quick commands

make shell: start a command line

make jupyter: start a Jupyter-Lab server

Both commands will mount a volume on the projects' directory.

Notebooks

tabnet-does-not-learn-interesting-features.ipynb: Trains/Validate/Test models with different set of features

test-gpu.ipynb: checks the GPUs are accessible inside the container.