skada icon indicating copy to clipboard operation
skada copied to clipboard

[TO_REVIEW] fix `predict_proba` for deep method

Open tgnassou opened this issue 4 months ago • 2 comments

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.

tgnassou avatar Sep 30 '24 07:09 tgnassou