skada icon indicating copy to clipboard operation
skada copied to clipboard

Support binary classification with deep learning methods

Open antoinecollas opened this issue 4 months ago • 0 comments

skada.deep does not support binary classification because DomainAwareNet inherits from skorch.classifier.NeuralNetClassifier. To do classification with skorch, it should inherits from skorch.classifier.NeuralNetBinaryClassifier.

See: https://skorch.readthedocs.io/en/latest/classifier.html

antoinecollas avatar Oct 04 '24 13:10 antoinecollas