conda env create -f conda.yaml
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:
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.