Multiclass Metrics
Project description
Multiclass Metrics
TODOs: Configuring this template
Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.
Add these CI secrets: PYPI_API_TOKEN
, NETLIFY_AUTH_TOKEN
(Netlify user settings - personal access tokens), DEV_NETLIFY_SITE_ID
, PROD_NETLIFY_SITE_ID
(API ID from Netlify site settings)
Set up Codecov at TODO
Overview
Installation
pip install multiclass_metrics
Usage
Development
Submit PRs against develop
branch, then make a release pull request to master
.
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 multiclass_metrics-3.9
echo "multiclass_metrics-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt
# Install local package
pip install -e .
# Install pre-commit
pre-commit install
# Run tests
make test
# Run lint
make lint
# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch
# also ensure CHANGELOG.md updated
Changelog
0.0.1
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
multiclass_metrics-0.0.1.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file multiclass_metrics-0.0.1.tar.gz
.
File metadata
- Download URL: multiclass_metrics-0.0.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aabd861e37229185fa583bb8c9dd44d670a3b64c636e8538f1ee29db1a9793e |
|
MD5 | 6a11244edf2ce5f524a60f0710383603 |
|
BLAKE2b-256 | be8d4ba40e03463b7f7062e62b8dd3ef69b84e4454bbfedc867d6801a6578ab8 |
File details
Details for the file multiclass_metrics-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: multiclass_metrics-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71a0c183e3acc7871323dbd069be9230ca414240b378cf2c07c2ce7e7f129f7d |
|
MD5 | 33c166bc254b6e9eda4d49f1dcee8150 |
|
BLAKE2b-256 | b8fbcec0b7f47007722a774320cfbcc517a50bcabd0d2e14a22a23ad60027071 |