Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 18:50
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 ryantm/466b40f1b47c9d0ce2cb55ac24303e78 to your computer and use it in GitHub Desktop.
Save ryantm/466b40f1b47c9d0ce2cb55ac24303e78 to your computer and use it in GitHub Desktop.
/nix/store/b84l9gas5gzam73p69y8d821grsw6bsk-python3.7-umap-learn-0.3.10
├── lib
│   └── python3.7
│   └── site-packages
│   ├── umap
│   │   ├── distances.py
│   │   ├── __init__.py
│   │   ├── nndescent.py
│   │   ├── __pycache__
│   │   │   ├── distances.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── nndescent.cpython-37.pyc
│   │   │   ├── rp_tree.cpython-37.pyc
│   │   │   ├── sparse.cpython-37.pyc
│   │   │   ├── spectral.cpython-37.pyc
│   │   │   ├── umap_.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── validation.cpython-37.pyc
│   │   ├── rp_tree.py
│   │   ├── sparse.py
│   │   ├── spectral.py
│   │   ├── umap_.py
│   │   ├── utils.py
│   │   └── validation.py
│   └── umap_learn-0.3.10.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment