Metadata-Version: 2.1
Name: sklearn-viz
Version: 0.6.10
Summary: Interactive visualisation for scikit-learn models
Author: Greg
Author-email: 11791585+elphick@users.noreply.github.com
Requires-Python: >=3.9,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: plotly (>=5.15.0,<6.0.0)
Requires-Dist: scikit-learn (>=1.2)
Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
Description-Content-Type: text/markdown

# sklearn-viz
[![PyPI](https://img.shields.io/pypi/v/sklearn-viz.svg?logo=python&logoColor=white)](https://pypi.org/project/sklearn-viz/)
[![Run Tests](https://github.com/Elphick/sklearn-viz/actions/workflows/poetry_build_and_test.yml/badge.svg?branch=main)](https://github.com/Elphick/sklearn-viz/actions/workflows/poetry_build_and_test.yml)
[![Publish Docs](https://github.com/Elphick/sklearn-viz/actions/workflows/poetry_sphinx_docs_to_gh_pages.yml/badge.svg?branch=main)](https://github.com/Elphick/sklearn-viz/actions/workflows/poetry_sphinx_docs_to_gh_pages.yml)

This package provides a collection of interactive (plotly) plots to facilitate scikit-learn model evaluation.

It is very early days, but with time it is hoped the toolset will broaden to provide similar tools to those of the
great [yellowbrick](https://www.scikit-yb.org/en/latest/) package, but with interactive plots built in plotly.



