Skip to content

Conversation

@thomass-dev
Copy link
Collaborator

@thomass-dev thomass-dev commented Sep 4, 2025

The PR #1948 (skore==0.10.2) introduces changes:

  • change the output of the estimator report's accessor feature_importance.coefficients, from dataframe to display object,
  • add the feature_importance.coefficients accessor to the cross-validation report.

@thomass-dev thomass-dev marked this pull request as ready for review September 4, 2025 13:39
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Coverage

Coverage Report for skore-hub-project/
FileStmtsMissCoverMissing
skore-hub-project/src/skore_hub_project
   __init__.py19194%35
skore-hub-project/src/skore_hub_project/artefact
   __init__.py20100% 
   artefact.py360100% 
   serializer.py280100% 
   upload.py36488%169, 171–172, 174
skore-hub-project/src/skore_hub_project/authentication
   __init__.py00100% 
   login.py19194%26
   logout.py50100% 
   token.py180100% 
skore-hub-project/src/skore_hub_project/client
   __init__.py00100% 
   api.py470100% 
   client.py600100% 
skore-hub-project/src/skore_hub_project/media
   __init__.py60100% 
   data.py260100% 
   feature_importance.py460100% 
   media.py180100% 
   model.py150100% 
   performance.py550100% 
skore-hub-project/src/skore_hub_project/metric
   __init__.py100100% 
   accuracy.py320100% 
   brier_score.py320100% 
   log_loss.py340100% 
   metric.py49197%22
   precision.py600100% 
   r2.py320100% 
   recall.py600100% 
   rmse.py340100% 
   roc_auc.py340100% 
   timing.py87495%50–51, 113–114
skore-hub-project/src/skore_hub_project/project
   __init__.py00100% 
   project.py82297%247, 275
skore-hub-project/src/skore_hub_project/report
   __init__.py30100% 
   cross_validation_report.py61395%144–145, 229
   estimator_report.py200100% 
   report.py480100% 
TOTAL11141698% 

Tests Skipped Failures Errors Time
127 0 💤 0 ❌ 0 🔥 1m 3s ⏱️

@auguste-probabl auguste-probabl changed the title fix(skore-hub-project): skore.feature_importance.coefficients now r… fix(skore-hub-project): Make feature_importance.coefficients return a Display Sep 4, 2025
Copy link
Contributor

@auguste-probabl auguste-probabl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks

@auguste-probabl auguste-probabl added this pull request to the merge queue Sep 4, 2025
Merged via the queue into main with commit c9d4677 Sep 4, 2025
41 checks passed
@auguste-probabl auguste-probabl deleted the skore-hub-project-fix-feature-importance branch September 4, 2025 14:12
@divakaivan
Copy link
Contributor

thank you 🙏

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.

feat(skore-hub-project): Adapt code where feature_importance.<function> returns display instead of dataframe

4 participants