Improved sklearn class compatibility and compliance, which resulted in some parameters of classes having an underscore appended to their name during fit, such as:
Unused verbose class parameters (that had no effect) were removed from :class:`~mne.decoding.PSDEstimator`, :class:`~mne.decoding.TemporalFilter`, and :class:`~mne.decoding.FilterEstimator` as well. Changes by `Eric Larson`_.