skada
skada copied to clipboard
[TO_REVIEW] fix `predict_proba` for deep method
The predict_proba
of deep method was choosing the nonlin attributes by looking at criterion
attribute of the solvers. The DomainAwareNet
has a DomainAwareCriterion
as criterion. We should choose the nonlin base on criterion.base_criterion
. This PR does that.