Skip to content

Conversation

@thomass-dev
Copy link
Collaborator

Closes #2049.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

Coverage

Coverage Report for skore-hub-project/
FileStmtsMissCoverMissing
skore-hub-project/src/skore_hub_project
   __init__.py22195%39
   protocol.py270100% 
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.py640100% 
skore-hub-project/src/skore_hub_project/media
   __init__.py60100% 
   data.py43295%26, 28
   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%23
   precision.py600100% 
   r2.py320100% 
   recall.py600100% 
   rmse.py340100% 
   roc_auc.py340100% 
   timing.py87495%51–52, 113–114
skore-hub-project/src/skore_hub_project/project
   __init__.py00100% 
   project.py97396%200, 315, 343
skore-hub-project/src/skore_hub_project/report
   __init__.py30100% 
   cross_validation_report.py68198%210
   estimator_report.py180100% 
   report.py460100% 
TOTAL11831798% 

Tests Skipped Failures Errors Time
135 0 💤 0 ❌ 0 🔥 1m 15s ⏱️

@thomass-dev thomass-dev requested a review from rouk1 October 1, 2025 14:58
@thomass-dev
Copy link
Collaborator Author

You can test the fix on https://skore.probabl.dev/Thomas%20S./issues-2049/cross-validations/37#performance and the snippet:

import os

os.environ["SKORE_HUB_URI"] = "https://skh.k.probabl.dev/"

from skore import Project

project = Project("hub://Thomas S./issues-2049")

cross_validation = project.get("skore:report:cross-validation:37")
nested_estimator_report = project.get("skore:report:estimator:779")

where skore:report:estimator:779 is a nested estimator report in the cross-validation report skore:report:cross-validation:37.

Copy link
Contributor

@rouk1 rouk1 left a comment

Choose a reason for hiding this comment

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

Looks good to me !

@rouk1 rouk1 added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit 1df9d41 Oct 6, 2025
37 checks passed
@rouk1 rouk1 deleted the skore-hub-project-serialize-nested-reports branch October 6, 2025 13:14
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): Get an estimator-report generated in a cross-validation-report by its id

3 participants