Skip to content

jupytercalpoly/plyto

Repository files navigation

plyto

Binder

Python Visualization Toolkit for Machine Learning and Data Exploration

Prerequisites for Model Visualization

  • JupyterLab
  • Statusbar Extension

Prerequisites for Data Exploration

  • JupyterLab
  • Pandas
  • Altair

Usage

from plyto import check_data, check_column

Install

pip install plyto
jupyter labextension install jupyterlab-plyto

Development

Contributing

Install

Requires node 4+ and npm 4+

git clone https://github.com/jupytercalpoly/plyto.git
cd plyto
npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app

npm run build
jupyter lab build

About

Python Machine Learning Visualization Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published