We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scipy
1 parent e3ee60b commit d0526b5Copy full SHA for d0526b5
doc/source/changelog.rst
@@ -5,9 +5,9 @@ Changelog
5
develop
6
~~~~~~~~
7
8
+- fix: fix missing `scipy` import (#54, @arxaqapi)
9
- feat: add "--use-filter" option to filter training/validation files
10
-
11
Version 3.0.1 (2023-09-22)
12
~~~~~~~~~~~~~~~~~~~~~~~~~~
13
pyannote/pipeline/optimizer.py
@@ -43,6 +43,7 @@
43
from optuna.storages import RDBStorage, JournalStorage, JournalFileStorage
44
from tqdm import tqdm
45
46
+from scipy.stats import bayes_mvs
47
48
from .pipeline import Pipeline
49
from .typing import PipelineInput
0 commit comments