Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 12:32
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/80c8521fcc1f77551849100a1756aed8 to your computer and use it in GitHub Desktop.
Save r-ryantm/80c8521fcc1f77551849100a1756aed8 to your computer and use it in GitHub Desktop.
/nix/store/hn9sxab6pglyiv9ywgw43m8ihqymrywz-python2.7-lightgbm-3.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── lightgbm
│   │   ├── basic.py
│   │   ├── basic.pyc
│   │   ├── callback.py
│   │   ├── callback.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── engine.py
│   │   ├── engine.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib_lightgbm.so
│   │   ├── libpath.py
│   │   ├── libpath.pyc
│   │   ├── plotting.py
│   │   ├── plotting.pyc
│   │   ├── sklearn.py
│   │   ├── sklearn.pyc
│   │   └── VERSION.txt
│   └── lightgbm-3.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment