box-plots-sklearn
An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.
File Explorer
- 1.0-full-model.ipynb
- multilabel.py
- SparseInteractions.py
- metrics.py
- __init__.py
- .gitignore
- LICENSE
- Makefile
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip freeze
View Details ▼
pip freeze
List installed packages in requirements format.
pip freeze
List installed packages:
pip freeze > requirements.txt
Write installed packages to the `requirements.txt` file:
pip freeze {{[-l|--local]}}
List installed packages in a virtual environment, excluding globally installed packages:
// repository documentation
Was this content helpful?
(0 ratings)
