-
Notifications
You must be signed in to change notification settings - Fork 101
feat(EstimatorReport): Show permutation at different stages of a pipeline #1988
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
Merged
glemaitre
merged 54 commits into
probabl-ai:main
from
auguste-probabl:push-szluysnvkxtt
Oct 31, 2025
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
bf0d3ff
feat: Show permutation at different stages of a pipeline
auguste-probabl 22864ae
add docs
auguste-probabl fc9742e
sphinx
auguste-probabl 5696a4b
rename stage to at_step
auguste-probabl c4e9f63
Make at_step 0 or -1
auguste-probabl e8f928c
Remove default argument from private method
auguste-probabl f594a2e
Clarify if-block
auguste-probabl b0d1cae
generalize `at_step` to a step index
auguste-probabl 7421b69
use n_features_in_
auguste-probabl da25d06
remove redundant feature_names_source
auguste-probabl 9eaba4f
add constraint on at_step
auguste-probabl 3fd7573
refine test descriptions
auguste-probabl 25067c9
remove example
auguste-probabl d944a18
generalize at_step to a step name
auguste-probabl 983e421
factorize tests with fixture
auguste-probabl 7b2c63c
clean
auguste-probabl 030ebe9
refuse at_step too large in the negatives
auguste-probabl 42e592f
refuse wrong type
auguste-probabl 3b1ceca
fuse error tests
auguste-probabl da29974
remove PipelineStep type
auguste-probabl dd528e5
fix typo
auguste-probabl 0ce5733
Move `at_steps` tests to a class
auguste-probabl e169be7
add non-regression test for sparse arrays
auguste-probabl 4f6a881
fix bug
auguste-probabl 7b17498
docs: Make plot more readable
auguste-probabl b477a0c
add non-regression test
auguste-probabl ff93405
refactor
auguste-probabl 3812fbe
compute feature_names differently in the Pipeline case
auguste-probabl 8b80ee8
rephrase example
auguste-probabl 884c970
fix
auguste-probabl e86e88c
fix plot legend
auguste-probabl f4a3d97
refactor plot_permutation_train_test and add `at_step=-1` example
auguste-probabl d66de80
fix doctest
auguste-probabl 0cd3b0c
fix
auguste-probabl f77f456
change explanations
auguste-probabl c0c765e
use seaborn
auguste-probabl d44e3da
add failing test
auguste-probabl e5bf6d2
fix bug
auguste-probabl 37ff18e
don't use n_features_in_
auguste-probabl e894c53
Add note about densifying sparse arrays
auguste-probabl 55f7d1f
fix
auguste-probabl 75fd69f
remove dead code
auguste-probabl da3c847
refactor: Put data in fixture
auguste-probabl 1dbbc94
test dataframes as well
auguste-probabl a0c1f5e
clean
auguste-probabl d852a81
mypy
auguste-probabl 228971f
Use non-sklearn regressor
auguste-probabl 085a41c
also test at_step=0
auguste-probabl 8444567
use skore train_test_split
auguste-probabl 612dee8
reuse fixtures
auguste-probabl cb9ae1e
wrap
auguste-probabl 09d575e
change error type
auguste-probabl ef9fbf7
refactor to _get_feature_names
auguste-probabl 2cbc1f1
refactor
auguste-probabl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.