Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 01:27
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/7635594f1217f08703dcc18bf648daf3 to your computer and use it in GitHub Desktop.
Save r-ryantm/7635594f1217f08703dcc18bf648daf3 to your computer and use it in GitHub Desktop.
/nix/store/wzj0lymh7qnx7kqv63j93gw2lph0dym8-python3.7-lightgbm-3.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── lightgbm
│   │   ├── basic.py
│   │   ├── callback.py
│   │   ├── compat.py
│   │   ├── engine.py
│   │   ├── __init__.py
│   │   ├── lib_lightgbm.so
│   │   ├── libpath.py
│   │   ├── plotting.py
│   │   ├── __pycache__
│   │   │   ├── basic.cpython-37.pyc
│   │   │   ├── callback.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── engine.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── libpath.cpython-37.pyc
│   │   │   ├── plotting.cpython-37.pyc
│   │   │   └── sklearn.cpython-37.pyc
│   │   ├── sklearn.py
│   │   └── VERSION.txt
│   └── lightgbm-3.0.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment