Python Visualization Toolkit for Machine Learning and Data Exploration
Project description
# plyto
[](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
```
[](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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file plyto-0.1.0.tar.gz.
File metadata
- Download URL: plyto-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42cec4a156eed9da4ca0430f80743627d1ec4f018649fe10d05b223453810321
|
|
| MD5 |
aa4d0a658f1cf707333f3916b245354f
|
|
| BLAKE2b-256 |
3a1f858dad5098ca253015dd60155a68ff38008da07179f1042826b2df70409f
|