Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 10:04
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/195b247be4ff61d76447934d26d762d0 to your computer and use it in GitHub Desktop.
Save r-ryantm/195b247be4ff61d76447934d26d762d0 to your computer and use it in GitHub Desktop.
/nix/store/0rngalmmjfkh43k3h72h6xavmw30bvja-python3.7-lightgbm-3.1.1
├── 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.1.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment