microsoft / BackwardCompatibilityML

Project for open sourcing research efforts on Backward Compatibility in Machine Learning
https://backwardcompatibilityml.readthedocs.io/en/latest/
MIT License
71 stars 14 forks source link

Point selector lambda value dropdown ranges should be inclusive on min and max values #150

Open jlema opened 3 years ago

jlema commented 3 years ago

Currently the point selector lambda value dropdown range is only inclusive on min value. e.g. Select lambda value filter range to be 0.3 to 0.6 -> Check the point selector lambda value dropdown - the values shown go from 0.3 to 0.55. The expected behavior is that the dropdown should show values from 0.3 to 0.6.

image