We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e24ea commit fbd585eCopy full SHA for fbd585e
1 file changed
mne/decoding/base.py
@@ -13,6 +13,7 @@
13
from sklearn.base import ( # noqa: F401
14
BaseEstimator,
15
MetaEstimatorMixin,
16
+ TransformerMixin,
17
clone,
18
is_classifier,
19
)
0 commit comments