knightlab-analyses / regression-benchmarking

BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Add hover tool to plotting #27

Closed gwarmstrong closed 2 years ago

gwarmstrong commented 3 years ago

This adds some hover tool functionality to the plot. The crux of this tool is filtering out hyperparameters that have null values.

The tooltip is currently implemented as an additional div outside the main plotting area that can display hyperparameters when a point is hovered over. E.g.,

Screen Shot 2020-11-16 at 8 35 34 PM

I can adjust the HTML so the display is prettier, but I wanted to share progress so far.

ElDeveloper commented 3 years ago

This looks really great!!!