Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/3601fcc6457a8908eb087dc4393d2f20 to your computer and use it in GitHub Desktop.
Save r-ryantm/3601fcc6457a8908eb087dc4393d2f20 to your computer and use it in GitHub Desktop.
/nix/store/wphj2k367hiqi274hrwv6m0p6p12amyv-python2.7-hdbscan-0.8.26
├── 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.26.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