Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 677 Bytes

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.