dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
https://dreamquark-ai.github.io/tabnet/
MIT License
2.62k stars 484 forks source link

DONE Debian/Ubuntu/Mint packaging #560

Open farhi opened 3 weeks ago

farhi commented 3 weeks ago

Hello,

We, the Data Reduction and Analysis Group at Synchrotron SOLEIL, have pushed TabNet into Debian/Ubuntu/Mint.

It is currently available at:

It should be available in the future Debian-class systems and installable with apt install python3-tabnet. This command installs torch-cuda and sklearn as dependencies.

Cheers, Emmanuel.

Optimox commented 2 weeks ago

Hi Emmanuel,

Thank you! Is there anything to do on the repo's side ?