Skip to content
Snippets Groups Projects

Fix: hdf5 v3 not supported

Merged Yannick DAYER requested to merge fix-hdf5 into master
1 unresolved thread
5 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -305,6 +305,7 @@ class GMM(BioAlgorithm, BaseEstimator):
max_iter=self.kmeans_training_iterations,
init_method="k-means||",
init_max_iter=5,
random_state=self.init_seed,
),
)
Loading