Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a366832

Browse files
committed
Migrated _hdbscan setup config
1 parent cf891f3 commit a366832

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ def check_package_status(package, min_version):
268268
{"sources": ["_k_means_elkan.pyx"], "include_np": True},
269269
{"sources": ["_k_means_minibatch.pyx"], "include_np": True},
270270
],
271+
"cluster._hdbscan": [
272+
{"sources": ["_linkage.pyx"], "include_np": True},
273+
{"sources": ["_reachability.pyx"], "include_np": True},
274+
{"sources": ["_tree.pyx"], "include_np": True},
275+
],
271276
"datasets": [
272277
{
273278
"sources": ["_svmlight_format_fast.pyx"],

sklearn/cluster/_hdbscan/setup.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)