Fork of yellowbrick, a suite of visual analysis and diagnostic tools for machine learning, that supports sklearn >= 1.8.0
Project description
Yellowbrick 2.0.2
A fork of Yellowbrick with updates to support recent versions of Matplotlib, NumPy, Scikit-Learn, and Python. This fork also migrates to pyproject.toml for package management.
This is designed to be a drop-in replacement for the unmaintained yellowbrick package on PyPI.
Installation
Install with:
pip install yellowbrick2
Then import as usual:
from yellowbrick import ...
Warning
Don't install both this and the original yellowbrick package! They conflict because they share the same yellowbrick namespace.
PyPI and pip have no mechanism to declare that one package conflicts with another. There's no conflicts field in pyproject.toml, setup.cfg, or the core metadata spec (https://peps.python.org/pep-0566/ and https://peps.python.org/pep-0643/), so we can't easily make pip refuse to install both.
If you install both packages, one package will overwrite the other package's files, leading to unpredictable behavior.
Docs
See the docs here
Maintainers
Fork maintained by Ed Schofield at Python Charmers.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yellowbrick2-2.0.2.tar.gz.
File metadata
- Download URL: yellowbrick2-2.0.2.tar.gz
- Upload date:
- Size: 38.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b12910e1e128e2af7f047c6db1dd2feacdafd125f3b9deb3fcfc7b437c6d7ea
|
|
| MD5 |
35d9a2f265a39a7325b36596c4ed1b1c
|
|
| BLAKE2b-256 |
691ff2e7267758293d21e198b3020e62437c754ec6ce9be98927309a38e0d387
|
File details
Details for the file yellowbrick2-2.0.2-py3-none-any.whl.
File metadata
- Download URL: yellowbrick2-2.0.2-py3-none-any.whl
- Upload date:
- Size: 281.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea3a76958c7f0f040277854dc05671c57a0e4f8a6259a51470e67bb237b9544f
|
|
| MD5 |
1ccf8de735514febb643dd0d66282dc1
|
|
| BLAKE2b-256 |
539f030fb8172868ca4f47594918327ada08fced89373f667ace9ec6a679aa4f
|