Skip to main content

Python Visualization Toolkit for Machine Learning and Data Exploration

Project description

# plyto
[![Binder](http://beta.mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupytercalpoly/plyto/master)

Python Visualization Toolkit for Machine Learning and Data Exploration

## Prerequisites for Model Visualization

- JupyterLab
- Statusbar Extension

## Prerequisites for Data Exploration

- JupyterLab
- Pandas
- Altair

## Usage

- Open model visualizations from the toolbar or status bar (if model is training)
- Use data exploration functions with
```python
from plyto import check_data, check_column
```

## Install

## Development

### Contributing

### Install

Requires node 4+ and npm 4+

```bash
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

```bash
npm run build
jupyter lab build
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plyto-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page