You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
The expected behavior ensuring better scikit-learn compatibility of the TabNetClassifier() so that TabNetClassifier() can be used in StackingClassifier() or VotingClassifier().
What is motivation or use case for adding/changing the behavior?
Otherwise, we received the following error.
ValueError: The estimator TabNetClassifier should be a classifier.
Are you willing to work on this yourself?
Yes
The text was updated successfully, but these errors were encountered:
Feature request
I would like to include
self._estimator_type = 'classifier'
.What is the expected behavior?
The expected behavior ensuring better
scikit-learn
compatibility of theTabNetClassifier()
so thatTabNetClassifier()
can be used inStackingClassifier()
orVotingClassifier()
.What is motivation or use case for adding/changing the behavior?
Otherwise, we received the following error.
Are you willing to work on this yourself?
Yes
The text was updated successfully, but these errors were encountered: