We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213297d commit 5c557a4Copy full SHA for 5c557a4
setup.py
@@ -33,7 +33,7 @@ def readme():
33
return readme_file.read()
34
35
configuration = {
36
- 'name' : 'hdbscan-with-cosine-distance',
+ 'name' : 'hdbscan',
37
'version' : '0.8.1',
38
'description' : 'Clustering based on density with variable density clusters',
39
'long_description' : readme(),
0 commit comments