-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Rework Importance of Feature Scaling example #25012
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
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cf0280e
First step to improve notebook style
f2636d4
Add KNeighbors section and refactor narrative
43e87c3
Tweak
9dea8cc
Merge branch 'main' into scaling_importance
glemaitre 9e373a2
Tweak
3ec7569
Merge branch 'scaling_importance' of github.com:ArturoAmorQ/scikit-le…
14eb647
Tweak
b15210b
Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…
4b6d685
Add clarifying text on using subset of features
edc65b8
Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…
e3afbaf
Tweak
6d14bb6
Merge branch 'main' into scaling_importance
jjerphan 0491e92
Update examples/preprocessing/plot_scaling_importance.py
ArturoAmorQ 41d98de
Merge branch 'scaling_importance' of github.com:ArturoAmorQ/scikit-le…
803a0a9
Apply wording suggestion from Christian
a2d5085
Apply suggestions from code review
ArturoAmorQ 25e198e
Merge branch 'scaling_importance' of github.com:ArturoAmorQ/scikit-le…
d21224e
Use plt.show only for last plot
575c2ec
Use set_output to retain pandas frames
fb6ec53
Use pandas for displaying feature names
78c025c
Make plot more squared
0ea3afd
Add interpretation to plot
3da42f7
Add discussion on regularization parameter
407c69a
Add discussion on log-loss
da8f4ad
Apply suggestions from code review
ArturoAmorQ 1cfbcfa
Fix format
7c40145
Avoid repetitive print
8ed2ad0
Merge log-loss and accuracy discussions
5702586
Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…
ff8ba3b
Apply suggestions from code review
ArturoAmorQ babd485
Fix format
da49dc5
Add barplot for easier visualization
de3dad1
Apply suggestions from code review
ArturoAmorQ 62c495a
Avoid possible command line interruption created by plt.show
08fa0a3
Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional: We could show the mean value of each feature, or min and max.