the-null

Results 7 issues of the-null

Hi, When I import umap, it raises the typeerror as below, can anyone tell me how to address this? Thanks, Xinye -------------------------------------------------------------------------- TypeError Traceback (most recent call last) ~/.local/lib/python3.9/site-packages/numba/core/errors.py in...

I fix a bug arisen from the number unique pieces is more than the specified number of kmeans clusters: ConvergenceWarning: Number of distinct clusters (6) found smaller than n_clusters (9)....

use int(round()) instead

It is found that code with the problem: ts = np.sin(7*np.linspace(0,4*1.8*np.pi,2400)) ts = np.array(ts) ts -= np.median(ts) ts *= len(ts)/norm(ts,1) TOL = .333 abba = ABBA.ABBA(tol=TOL, norm=1); pieces = abba.compress(ts)...

Setting ``min_samples`` to None, then ``min_samples`` should be equal to ``min_cluster_size`` . This request is to modify the parameter descriptions of ``min_samples``, to ensure the HDSBCAN's documentation is aligned with...