mgrankin / fast_tabnet

TabNet for fastai
Apache License 2.0
122 stars 14 forks source link

How to use fast_tabnet for a multi-label classification task? #9

Closed pankaj-kvhld closed 3 years ago

pankaj-kvhld commented 3 years ago

Thank you very much for creating this library.

I couldn't figure out how exactly to solve a multi-label classification problem using it. Any tip will be very helpful.

Thank you very much.

mgrankin commented 3 years ago

Hello,

It's probably better to google how to do that using fastai library (v2). Once done, you can try tabnet architecture to see if that would improve the result.

mgrankin commented 3 years ago

You can check their forum, it's welcoming and full of people who might help you https://forums.fast.ai

pankaj-kvhld commented 3 years ago

Thank you, I found my error.