tabnet icon indicating copy to clipboard operation
tabnet copied to clipboard

added imports to semi-supervised pre-training ex

Open tylerjthomas9 opened this issue 4 years ago • 1 comments

The example for semi-supervised pre-training was missing the import for TabNetPretrainer and TabNetClassifier (this one is shown in a previous example, so it might not be needed).

What kind of change does this PR introduce?

Updated docs

Does this PR introduce a breaking change?

No

What needs to be documented once your changes are merged?

Nothing

Closing issues

N/a

tylerjthomas9 avatar Feb 07 '21 19:02 tylerjthomas9

Might as well add import torch in this case to keep a minimal fully working version ;)

eduardocarvp avatar Feb 09 '21 08:02 eduardocarvp