Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mne-tools/mne-python
/ fit
Method
fit
mne/decoding/tests/test_base.py:132–133 ·
view source on GitHub ↗
(self, X, y)
Source
from the content-addressed store, hash-verified
130
131
class
Clf(BaseEstimator):
132
def
fit(self, X, y):
133
return
self
134
135
class
NoInv(TransformerMixin):
136
def
fit(self, X, y):
Callers
15
test_vectorizer
Function · 0.45
test_csp
Function · 0.45
test_regularized_csp
Function · 0.45
test_csp_component_ordering
Function · 0.45
test_io_roundtrip
Function · 0.45
test_ged_binary_cov
Function · 0.45
test_ged_multicov
Function · 0.45
test_ged_validation_raises
Function · 0.45
test_receptive_field_basic
Function · 0.45
test_get_coef
Function · 0.45
test_get_coef_inverse_transform
Function · 0.45
test_get_coef_inverse_step_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected