Metadata-Version: 2.1
Name: sklearn-viz
Version: 0.1.14
Summary: 
Author: Greg
Author-email: 11791585+elphick@users.noreply.github.com
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.7.2,<4.0.0)
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: plotly (>=5.15.0,<6.0.0)
Requires-Dist: scikit-learn (>=1.2.0)
Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
Description-Content-Type: text/markdown

# sklearn-viz

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.



