We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afd588 commit 7ed594bCopy full SHA for 7ed594b
moabb/evaluations/base.py
@@ -70,8 +70,8 @@ class BaseEvaluation(ABC):
70
Cut off time for the optuna search expressed in seconds, the default value is 15 minutes.
71
Only used with optuna equal to True.
72
verbose: bool, str, int, default=None
73
- If not None, override default verbose level (see :func:`mne.verbose`
74
- and :func:`mne.set_log_level` for more info).
+ If not None, override the default MOABB logging level used by this evaluation
+ (see :func:`moabb.utils.verbose` for more information on how this is handled).
75
If used, it should be passed as a keyword-argument only.
76
77
Notes
0 commit comments