Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] ScoringSheetViewer computing target class values from base values #7025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZanMervic
Copy link
Contributor

Issue

Fixes #6996

Description of changes
  • Refactors the ScoringSheetViewer widget so the displayed values are computed from base values which never change.
  • Sorts the attributes by importance (absolute value of coefficients), so the most important attributes are displayed on top.
Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.36%. Comparing base (7be875f) to head (f79ef51).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7025   +/-   ##
=======================================
  Coverage   88.36%   88.36%           
=======================================
  Files         332      332           
  Lines       73345    73361   +16     
=======================================
+ Hits        64813    64829   +16     
  Misses       8532     8532           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scoring Sheet Viewer: Refactor
1 participant