-
I am trying to use HDBSCAN for a project. After understanding it I was trying to implement the most basic system generated clustering. But I got an error -
AttributeError: 'HDBSCAN' object has no at…
-
# Research directions
- [ ] Multiscale mapper.
- [ ] persistent homology of mapper - include visualization of barcode
- [ ] choose the most stable mapper based on barcode
- [ ] Implement par…
-
I didn't find this in the [documentation](https://hdbscan.readthedocs.io/en/latest/index.html) (which is awesome in my opinion) so I figured I could maybe ask it here.
Can you just simply use comm…
psygo updated
5 years ago
-
The time index of a candidate is scaled by dt. Sometimes candidates are found over a range of dt and calculating an index to compare against dt=1 leads to errors on the order of dt (e.g., dt=8 means m…
-
Test clustering algorithms fro sparse categorical word space: HDBSCAN, affinity propagation, agglomerative clustering.
-
I'm getting an exception, probably because my data set is too small for HDBSCAN (there are only two data points in in the particular data set when the exception is thrown). The data set works fine wit…
-
I begin to suspect the correctness of the test. Seems that our implementation and the referenced implementation are not the same. In our implementation, when there're multiple points with the same rea…
-
There seems to be an issue with DBSCAN fitting that only arises when multithreaded - looks to be an issue regarding joblib and multiprocessor package interfaces:
> PopPUNK (POPulation Partitioning …
-
Hi, I think I might by accident tracked an error related to #115 and #144, please see below:
Using the current master branch on Win 10 64 bits and Python 2.7.14
```
import numpy as np
import m…
-
Hi,
I would like to have access to _min_samples_ and _cluster_selection_method_ tunable parameters of the ```hdbscan``` function.
In the SciKit-learn docs ([https://hdbscan.readthedocs.io/en/lat…