-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: Modify the user API of skore
to respect "what you put is what you get" principle
#1052
Draft
thomass-dev
wants to merge
13
commits into
main
Choose a base branch
from
what-you-put-is-what-you-get
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 7, 2025 14:52
afd8291
to
666f094
Compare
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 7, 2025 15:46
06ff76f
to
0277edb
Compare
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 7, 2025 15:56
c1b9341
to
f4552e9
Compare
I think that this PR will also close: @thomass-dev I let you amend your summary if it is the case. |
Co-authored-by: Auguste Baum <[email protected]> commit 86281ca Author: Auguste Baum <[email protected]> Date: Wed Jan 8 12:00:46 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/tests/integration/ui/test_ui.py commit 9f6f193 Author: Thomas S <[email protected]> Date: Wed Jan 8 11:52:12 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/tests/integration/ui/test_ui.py commit cd385f6 Author: Auguste Baum <[email protected]> Date: Wed Jan 8 11:41:10 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/src/skore/persistence/item/sklearn_base_estimator_item.py commit 41c5355 Author: Thomas S <[email protected]> Date: Wed Jan 8 11:27:16 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/tests/integration/sklearn/test_cross_validate.py commit a7d956e Author: Auguste Baum <[email protected]> Date: Wed Jan 8 11:14:59 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/tests/unit/view/test_view_repository.py commit 38446cf Author: Thomas S <[email protected]> Date: Wed Jan 8 11:01:43 2025 +0100 mob next [ci-skip] [ci skip] [skip ci] lastFile:skore/src/skore/persistence/item/pickle_item.py commit a6e2a79 Author: Thomas S <[email protected]> Date: Wed Jan 8 10:51:07 2025 +0100 mob start [ci-skip] [ci skip] [skip ci] Co-authored-by: Auguste Baum <[email protected]>
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 8, 2025 11:25
83747f7
to
aff2a5f
Compare
# Conflicts: # skore/src/skore/project/create.py # skore/tests/unit/project/test_project.py
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 10, 2025 09:22
a02785f
to
862dc49
Compare
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 10, 2025 14:15
e3d0aa8
to
80df8db
Compare
Coverage Report for backend
|
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 13, 2025 14:30
c0ad30c
to
c8f3ecf
Compare
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
2 times, most recently
from
January 13, 2025 17:01
510bfa1
to
6255ada
Compare
thomass-dev
force-pushed
the
what-you-put-is-what-you-get
branch
from
January 13, 2025 17:06
6255ada
to
4d08a19
Compare
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.
Closes #1045 .
put_item
get_item
get_item_versions
to be item agnosticput
to allow the new parameterdisplay_as
repr_html
to reporters