sappelhoff / pyprep

PyPREP: A Python implementation of the Preprocessing Pipeline (PREP) for EEG data
https://pyprep.readthedocs.io/en/latest/
MIT License
136 stars 33 forks source link

Make the entire `Reference` class private #158

Open sappelhoff opened 1 month ago

sappelhoff commented 1 month ago

https://pyprep.readthedocs.io/en/latest/generated/pyprep.Reference.html#

From my point of view, users should call pyprep.PrepPipeline(...).fit(), which then calls the Reference class and its methods in the correct order.

Please respond here if you think this class should remain public, and why.

sappelhoff commented 1 month ago

This would clash with: