mne.preprocessing.read_eog_regression#
- mne.preprocessing.read_eog_regression(fname)[source]#
 Read an EOG regression model from an HDF5 file.
- Parameters:
 - fnamepath-like
 The file to read the regression model from. Should end in
.h5.
- Returns:
 - model
EOGRegression The regression model read from the file.
- model
 
Notes
New in v1.2.