ranabanik

Results 3 comments of ranabanik

I had `umap 0.1.1` installed. But had the same error. Then installed `umap-learn 0.5.2`. Still got the error and then uninstalled `umap`. It worked. > from umap import UMAP

@mjdall Could you explain the `self.loss_type == 'B'` loss and what are the clamp, `C_max` and `C_stop_iter` parameters are about from the paper? On another note taking random input and...

If your data is mostly multivariate Gaussian, you can use Gaussian Mixture Models to classify the data and maybe project on 2D, 3D space. This has already existing applications. If...