box-plots-sklearn

(★ 296)

An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.

File Explorer

  • .gitignore
  • LICENSE
  • Makefile
  • README.md
  • requirements.txt

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pip freeze

View Details ▼

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