Metadata-Version: 2.4
Name: plotly-ml
Version: 0.1.5
Summary: Interactive ML Visualizations with Plotly
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: ipykernel>=6.30.1
Requires-Dist: ipywidgets>=8.1.7
Requires-Dist: pandas>=2.3.2
Requires-Dist: plotly>=6.3.0
Requires-Dist: polars>=1.33.1
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6.1; extra == "docs"
Requires-Dist: mkdocs-material>=9.6.20; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.30.1; extra == "docs"
Requires-Dist: mkdocs-autorefs>=1.4.3; extra == "docs"

This project creates plots for machine learning similar to yellowbricks https://www.scikit-yb.org/en/latest/.

It uses plotly to generate interactive visualizations and employs a dataframe interface using polars. Just pass you dataframe and specify the columns:
we use the following libraries: plotly, polars
