Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 30, 2020 18:41
/nix/store/cxc9g2jaf58r7jwy62ckdmqq3khbph3y-python2.7-hdbscan-0.8.25
├── dist_metrics.pxd
├── lib
│   └── python2.7
│   └── site-packages
│   ├── hdbscan
│   │   ├── dist_metrics.so
│   │   ├── _hdbscan_boruvka.so
│   │   ├── _hdbscan_linkage.so
│   │   ├── hdbscan_.py
│   │   ├── hdbscan_.pyc
│   │   ├── _hdbscan_reachability.so
│   │   ├── _hdbscan_tree.so
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── plots.py
│   │   ├── plots.pyc
│   │   ├── prediction.py
│   │   ├── prediction.pyc
│   │   ├── _prediction_utils.so
│   │   ├── robust_single_linkage_.py
│   │   ├── robust_single_linkage_.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_hdbscan.py
│   │   │   ├── test_hdbscan.pyc
│   │   │   ├── test_rsl.py
│   │   │   └── test_rsl.pyc
│   │   ├── validity.py
│   │   └── validity.pyc
│   └── hdbscan-0.8.25.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment