mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.73k stars 1.33k forks source link

BUG: LinearModel should use MetaEstimator #12952

Open larsoner opened 2 weeks ago

larsoner commented 2 weeks ago

See https://github.com/scikit-learn/scikit-learn/issues/30237#issuecomment-2465572885, our __getattr__ wrapping is a bit of an unreliable hack.