Draft
Conversation
8e90401 to
15073af
Compare
7455dbc to
bace8e0
Compare
106d773 to
521a01b
Compare
Contributor
Coverage Report for |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File | Stmts | Miss | Cover | Missing |
|---|---|---|---|---|
| skore-hub-project/src/skore_hub_project | ||||
| __init__.py | 23 | 1 | 95% | 40 |
| protocol.py | 41 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/artifact | ||||
| __init__.py | 0 | 0 | 100% | |
| artifact.py | 47 | 1 | 97% | 87 |
| upload.py | 30 | 4 | 86% | 143, 145–146, 148 |
| skore-hub-project/src/skore_hub_project/artifact/media | ||||
| __init__.py | 5 | 0 | 100% | |
| data.py | 23 | 0 | 100% | |
| feature_importance.py | 51 | 1 | 98% | 65 |
| media.py | 24 | 0 | 100% | |
| model.py | 12 | 0 | 100% | |
| performance.py | 49 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/artifact/pickle | ||||
| __init__.py | 2 | 0 | 100% | |
| pickle.py | 25 | 1 | 96% | 51 |
| skore-hub-project/src/skore_hub_project/authentication | ||||
| __init__.py | 0 | 0 | 100% | |
| login.py | 66 | 0 | 100% | |
| logout.py | 4 | 0 | 100% | |
| token.py | 24 | 0 | 100% | |
| uri.py | 20 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/client | ||||
| __init__.py | 0 | 0 | 100% | |
| client.py | 68 | 0 | 100% | |
| skore-hub-project/src/skore_hub_project/metric | ||||
| __init__.py | 10 | 0 | 100% | |
| accuracy.py | 35 | 0 | 100% | |
| brier_score.py | 35 | 0 | 100% | |
| log_loss.py | 35 | 0 | 100% | |
| metric.py | 55 | 4 | 92% | 38, 77–78, 84 |
| precision.py | 53 | 0 | 100% | |
| r2.py | 35 | 0 | 100% | |
| recall.py | 55 | 0 | 100% | |
| rmse.py | 35 | 0 | 100% | |
| roc_auc.py | 35 | 0 | 100% | |
| timing.py | 76 | 4 | 94% | 45–46, 104–105 |
| skore-hub-project/src/skore_hub_project/project | ||||
| __init__.py | 0 | 0 | 100% | |
| project.py | 110 | 3 | 97% | 242, 323, 353 |
| skore-hub-project/src/skore_hub_project/report | ||||
| __init__.py | 3 | 0 | 100% | |
| cross_validation_report.py | 73 | 0 | 100% | |
| estimator_report.py | 10 | 0 | 100% | |
| report.py | 68 | 0 | 100% | |
| TOTAL | 1237 | 19 | 98% | |
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 350 | 0 💤 | 0 ❌ | 0 🔥 | 1m 50s ⏱️ |
Base automatically changed from
skore-hub-project-thread-metrics-computing
to
main
January 6, 2026 07:49
skore to upload a reportput time
57e85f9 to
06da771
Compare
06da771 to
89d6311
Compare
rouk1
requested changes
Jan 14, 2026
skore-hub-project/src/skore_hub_project/artifact/media/performance.py
Outdated
Show resolved
Hide resolved
47a69b6 to
741fff7
Compare
thomass-dev
commented
Jan 15, 2026
d800e62 to
f34ac10
Compare
Collaborator
Author
|
Let's pair review on this PR @rouk1 . |
7e11fca to
eb9ec15
Compare
eb9ec15 to
834af3d
Compare
ff6fd42 to
cb61cbd
Compare
cb61cbd to
78e1510
Compare
rouk1
requested changes
Jan 20, 2026
|
|
||
| from ..project.project import Project | ||
|
|
||
| from httpx import Client as httpx_Client |
Contributor
There was a problem hiding this comment.
Camel_snake_Case feels odd.
Suggested change
| from httpx import Client as httpx_Client | |
| from httpx import Client as HttpxClient |
| Client() as standard_client, | ||
| ThreadPoolExecutor() as pool, | ||
| ): | ||
| assert filepath.stat().st_size, "`filepath` must not be empty" |
Contributor
There was a problem hiding this comment.
Should the size be set in a variable and reused in the with statement below ?
| ] | ||
| xfail_strict = true | ||
| filterwarnings = ["error"] | ||
| filterwarnings = [ |
Contributor
Collaborator
Author
There was a problem hiding this comment.
This is only for pytest.
Collaborator
Author
There was a problem hiding this comment.
But this warning is not a normal warning, i'm trying to fix it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Partially addresses #2140:
skoreto upload a report