Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mne-tools/mne-python
/ _fit_transform
Method
_fit_transform
mne/decoding/base.py:493–494 ·
view source on GitHub ↗
(self, X, y)
Source
from the content-addressed store, hash-verified
491
)
492
493
def
_fit_transform(self, X, y):
494
return
self.fit(X, y).transform(X)
495
496
def
_validate_params(self, X):
497
if
self.model is not None:
Callers
nothing calls this directly
Calls
2
fit
Method · 0.95
transform
Method · 0.45
Tested by
no test coverage detected