ivan-marroquin
ivan-marroquin
Hi, Many thanks for such great package! I have Python 3.8.10 on a Windows machine. I installed hdbscan 0.8.27, below is the installation log: pip install hdbscan==0.8.27 Collecting hdbscan==0.8.27 Using...
Hi, Many thanks for this great package! I am using Python 3.6.5 with hdbscan 0.8.27. The clustering model is generated as follows: clustering= hdbscan.HDBSCAN(min_cluster_size= 60, min_samples= 10, metric= 'minkowski', p=...
Hi, Many thanks for this great package! I am using Python 3.6.5 with hdbscan 0.8.27. I noticed that hdbscan returns cluster labels and associated probabilities with int64 and float64 types...
Hi! I have a windows 10 machine with Python 3.6.5. I ran the command 'pip install lopq", the installation ran successfully (see below) C:\Users\IMarroquin\Documents\My_Python_Scripts\MLP\Well_8_to_five_wells\Independent_Scripts\Big_Data_For_Paradise>pip install lopq Collecting lopq Downloading https://files.pythonhosted.org/packages/79/f9/d00a4944cf52688f112699ac99d6c86b11b865e054055014ad6d3d2cb768/lopq-1.0.35.tar.gz...
**Describe the bug** It seems that PHATE supports minkowski metric for both mds and knn computations. So, I would like to use this metric with p= 0.3 for running experiments....
**Describe the bug** With my input data, I get a SVD error computation about "array must not contain infs or NaNs" when I do fit_transform to reduce dimensionality of input...
Hi Greg, Many thanks for making available such great Python code! I was wondering if you could provided suggestions on how to compute normalized mutual information for discrete and continuous...
Hi, Thanks for making available the companion code for the book on Practical Natural Language Processing. Since you are planning to move the code from tf 1 to tf 2,...
Hi @vtraag Many thanks for making this great package available! I was wondering if you are considering to include new modularity-based community detection approaches using, perhaps, density modularity scores. The...
Hi Nick, Many thanks for making this package available! With my data set and following the code example for the intermediate exercise, I bumped into this error message: redefine phi...