Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ fit_transform
Method
fit_transform
mne/decoding/transformer.py:109–110 ·
view source on GitHub ↗
(self, X, y=None)
Source
from the content-addressed store, hash-verified
107
return
X * self.std_
108
109
def
fit_transform(self, X, y=None):
110
return
self.fit(X, y).transform(X)
111
112
113
def
_sklearn_reshape_apply(func, return_result, X, *args, **kwargs):
Callers
nothing calls this directly
Calls
2
fit
Method · 0.95
transform
Method · 0.45
Tested by
no test coverage detected