-
-
Notifications
You must be signed in to change notification settings - Fork 26k
diabetes instead of Boston dataset, eg feature selection #16305
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
diabetes instead of Boston dataset, eg feature selection #16305
Conversation
…into boston_exchange_ex_plot_select_from_model_boston
This is how this example is rendered now: https://91364-843222-gh.circle-artifacts.com/0/doc/auto_examples/feature_selection/plot_select_from_model_diabetes.html And recently we have been using some nice features which make an example look like this one: https://scikit-learn.org/dev/auto_examples/inspection/plot_partial_dependence.html#sphx-glr-auto-examples-inspection-plot-partial-dependence-py I'm happy with what you have here, but if you have the time and feel like improving the way the example looks on the website, it'd be awesome :) |
…into boston_exchange_ex_plot_select_from_model_boston
…into boston_exchange_ex_plot_select_from_model_boston
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.
thanks @maikia
the baseline. | ||
|
||
Authors: Manoj Kumar <mks542@nyu.edu> | ||
Maria Telenczuk |
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.
you could also point to your github user account page if you want, instead of email. But leaving it as is is also fine.
…into boston_exchange_ex_plot_select_from_model_boston
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.
Very nice improvement of the example, thanks @maikia !
Reference Issues/PRs
Towards #16155
Removed:
examples/feature_selection/plot_select_from_model_boston.py
Introduced instead using diabetes dataset:
examples/feature_selection/plot_select_from_model_diabetes.py
Old final figure:

New final figure:

What does this implement/fix? Explain your changes.
Any other comments?