Skip to content

garciadias/plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create virtual environment

conda env create -f conda.yaml   

Plot images with mock data

python class_comparison_plots.py

The code create three different plots as an example of how you can visualize your data. The plots are shown below:

Box plot

Box Plot

Pair plot

Pair plot

Parallel plot

Parallel plot

Reusing the code

The line 93 of the file class_comparison_plots.py need to be replaced with your DataFrame. See Pandas documentation for information on how to load your data as a DataFrame.

About

A simple example of parallel plot for clustering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages