-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Milestone
Description
Summary
Currently the model legends in PerformanceComparisonView shows "model_0", "model_1" etc which might be hard for users to distinguish between models.
Possible Solution
- Make the legends in PerformanceComparisonView clickable, and becomes a text field where users can type model names in
- Also change the model identifier in column names, e,g, currently we have
@score:0, which will be changed to@score:xgboost_modelor the like.
mshik