-
http://scikit-learn.org/dev/auto_examples/cluster/plot_cluster_comparison.html#sphx-glr-auto-examples-cluster-plot-cluster-comparison-py
It looks to me like in the third row for DBSCAN outliers are…
-
...or evaluate several.
Depends on #27.
-
See here:
https://github.com/scikit-learn/scikit-learn/pull/2199#issuecomment-70141935
It should be added as an additional `linkage` option to agglomerative clustering.
I had an implementation here …
-
*Description*
As a user, I would like the system to determine categories of facts based on precedent data.
Major work will be conducted on #105. The same approach will then be used for #106.
*S…
-
Or Hierarchical Density-Based Spatial Clustering of Applications with Noise. Python implementation here: https://github.com/lmcinnes/hdbscan
It's nice, because you don't have to tune the eps paramet…
-
library(largeVis)
set.seed(123)
ts_matrix_elec % scale() %>% t()
visObject
-
Hi all,
I am switching from Ayasdi to open source Mapper and was looking for whether Kepler-mapper has a metric selection function, just like the "projection"/lens selection function in this class.…
-
Is it possible to integrate a "predict" function, which allows for the prediction of labels on new data? Currently, to do this task I'm using a nearest neighbor search but that's particularly ineffici…
-
Excellent implementation! Thanks guys!!
I have done some experiments now trying to cluster a bunch of tweets (about 350) using hdbscan but the results I have to say, are mush worse than other more …
-
Hi,
First of all, thanks for the implementation, I think you are doing an amazing job on this project.
My question is regarding outlier/anomaly detection. I am currently building an application…