Skip to content

Produce parallel coordinate plot from pandas dataframe with respect to any value not just class

Notifications You must be signed in to change notification settings

NLeureka/parallel-coordinates-plot-dataframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Parallel Coordinates Plot

Produce parallel coordinate plot from pandas dataframe with respect to any value not just class.

In case the pandas.plotting function is a bit too rigid, enables the easy use of some continuous quantity with additional colourbar, instead of assuming class based line grouping.

Additionally can handle categorical data types, and treats columns with only a handful of unique entries as categorical.

Useful for visualising hyperparameter scans for deep learning models, with hyperparameter options saved as columns in a dataframe.

Image of Parallel Coordinates without spread

Optionally specify a spread to add around categorical points for easier visualisation.

Image of Parallel Coordinates with spread

Alternatively switch to curved lines

Image of Parallel Coordinates with curved lines

Or both!

Image of Parallel Coordinates with curved lines and spread

About

Produce parallel coordinate plot from pandas dataframe with respect to any value not just class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%