You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize cost model type names to snake_case (#7464)
The JavaScript visualization code used camelCase (addedSizes, multipliedSizes,
minSize, maxSize) while the JSON data files consistently use snake_case
(added_sizes, multiplied_sizes, min_size, max_size).
This fixes the ValueContains visualization when using added_sizes model type.
Changes:
- Rename evaluators to match JSON format
- Update formula display cases
- Add consistent intercept/slope coefficient support
0 commit comments