-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG] DOC Add example about interpretation of coefficients of linear models #15706
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
102 commits
Select commit
Hold shift + click to select a range
a8fa2c4
Add example on interpretation of linear model coefficients.
cmarmo 407439c
Add coefficient instability.
cmarmo c75ce26
Merge branch 'master' into lincoeffinterpexample
cmarmo e70b5aa
Working on coefficient stability
cmarmo 9ace87c
Merge branch 'master' into lincoeffinterpexample
cmarmo e5eb09b
Fix plot properties.
cmarmo dc3fca8
Rearrange plot. Introduce more dataset inspection.
cmarmo 8600507
Fix lint issues.
cmarmo 159d028
Fix overindentation.
cmarmo 43125fa
Fix underindentation :) .
cmarmo 9df008a
Add seaborn in build doc conda environment.
cmarmo da23762
Remove matplotlib logger (too recent for build doc-min-dependencies?).
cmarmo c875e4b
Change boxenplot to boxplot to avoid warnings.
cmarmo 6dcd6bc
Remove debug lines.
cmarmo 9bdff51
Fix 'Invalid rgb arg C0' Error for doc min dependencies build.
cmarmo 8f93d95
Merge branch 'master' into lincoeffinterpexample
cmarmo d152cd1
Trigger CI
cmarmo 46ada5d
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 7bfd0c7
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo c023cff
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo a29fa69
Merge branch 'master' into lincoeffinterpexample
cmarmo 64380b2
Add seaborn in doc dependencies, fix easy comments.
cmarmo 4123452
Merge branch 'master' into lincoeffinterpexample
cmarmo b8cd2c1
Add intersphinx_mapping for seaborn. Address some of the comments.
cmarmo a8b2f39
Address some comments. test_trai_split moved above.
cmarmo 8e04963
Merge branch 'master' into lincoeffinterpexample
cmarmo d7392f8
Fix lint error.
cmarmo 916736c
Fix trailing space.
cmarmo 2d2244e
Fix some comments.
cmarmo 637233d
Merge branch 'master' into lincoeffinterpexample
cmarmo ef0593f
Add r2 score and alpha discussion. Address some other comments.
cmarmo ec9b982
Fix lint error.
cmarmo f33cfdd
Fix lint error.. again.
cmarmo 42e0af0
Merge branch 'master' into lincoeffinterpexample
cmarmo 9ad4952
Address all comments but big ones.
cmarmo b01892e
Fix lint issue. :(
cmarmo 3bfeda2
Fix some new comments and start discussion about dataset normalisation.
cmarmo b539dbb
Add comparison between scaled and unscaled data analysis. Address som…
cmarmo 730547a
More discussion about feature normalization.
cmarmo 2d82432
Cleaning marginal and conditional concepts.
cmarmo 4b02e1f
Rewrite introduction.
cmarmo c722102
Minor rephrasing.
cmarmo feaedd2
Fix white spaces.
cmarmo 8079aac
Merge branch 'master' into lincoeffinterpexample
cmarmo f65670c
Explain coefficient scaling by multiplication.
cmarmo a767eb3
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 4477ae0
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo d5b0953
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 8da36af
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 41209ce
Merge branch 'master' into lincoeffinterpexample
cmarmo abe46af
Address some comments.
cmarmo b7587ba
Add toc. Change section levels. Add definition of marginal dependence.
cmarmo 27624e9
Merge branch 'master' into lincoeffinterpexample
cmarmo e0c121e
Add definition of conditional dependence. More details about scaling …
cmarmo fff0f5d
Fix lint error.
cmarmo e010bee
Merge branch 'master' into lincoeffinterpexample
cmarmo 7351fe7
Add regularization discussion.
cmarmo d2e20b5
Merge branch 'master' into lincoeffinterpexample
cmarmo 53a9b5b
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 77f9cd4
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 43ad119
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 521fdd3
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 8d42670
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 81c1c34
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 0d968d8
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 7cd9701
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 54a00a0
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 56de152
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 2a9b953
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 62360af
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 24d1981
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo d0aaab0
Merge branch 'lincoeffinterpexample' of https://github.com/cmarmo/sci…
cmarmo 07f708c
Address some comments.
cmarmo 17f8201
Fix lint errors.
cmarmo 05a02b1
Add marginal regressions in pairplot.
cmarmo 66abf43
Explicit discussion about coefficient multiplication.
cmarmo dc560a4
Fix trailing spaces.
cmarmo 662a795
Add plot titles, explicit discussion about coeffitient scaling.
cmarmo cbcbb22
Finalize Lasso discussion. Add link to the example in UG.
cmarmo c993af8
Fix lint errors.
cmarmo 9af1900
Merge branch 'master' into lincoeffinterpexample
cmarmo 12c83f9
Removing OrdinalEncoder.
cmarmo a71baaa
Removing R2 from logarithmic models.
cmarmo fa0b41c
Fix lint errors.
cmarmo 97b4f90
Add details on non-normalized model.
cmarmo 96dec51
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo bc37c3e
Address some comments.
cmarmo cf576d7
Merge branch 'master' into lincoeffinterpexample
cmarmo 6815802
More details on Ridge with regularization.
cmarmo 12fe690
Fix linting error.
cmarmo 4f12268
Make explicit the comparison between pairwise plot and coefficients o…
cmarmo 5790006
Add summary.
cmarmo 4e3bb4a
Fix linting error.
cmarmo ead7a8c
Merge branch 'master' into lincoeffinterpexample
cmarmo fcff805
Fix OneHotEncoder. Address last comments.
cmarmo 8e11386
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo 2e89d9c
Update examples/inspection/plot_linear_model_coefficient_interpretati…
cmarmo d07181d
Address comments.
cmarmo 4f97c06
Add dataframe css.
cmarmo a2f29bc
Fix lint errors.
cmarmo 2d2f6df
Update plot_linear_model_coefficient_interpretation.py
glemaitre ffd06d7
PEP8
glemaitre 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
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
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
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.