Hello, This question is for the community (*not* the core contributors). In referencing the *diagram representation* of the pipeline [a], what would be the best way for you to find out what "strategy" (from: mean, median, most_frequent, constant) is being used for "SimpleImputer"? (Also, I am attaching a screenshot of the diagram.) It's not a quiz or anything [ :) ], I'm trying to figure out where folks would look first to get more information on the pipeline. [a] https://scikit-learn.org/dev/auto_examples/compose/plot_column_transformer_m... Thanks, Reshama --- Reshama Shaikh she/her Blog <https://reshamas.github.io> | Twitter <https://twitter.com/reshamas> | LinkedIn <https://www.linkedin.com/in/reshamas/> | GitHub <https://github.com/reshamas> Data Umbrella <https://www.dataumbrella.org> NYC PyLadies <https://meet.meetup.com/wf/click?upn=pEEcc35imY7Cq0tG1vyTt6zEs68RbcMfjPcajNH...>
HI Reshama, You can click the nodes in the diagram (obviously the screenshot loses this). Is there some way we can make that more obvious? Passing your mouse (if you're on an appropriate device) over it shows the hand cursor, which is some indication. Would it be helpful if when the user put their cursor over the diagram at all, it showed something like "Click an estimator type to see its parameters"?? Joel On Thu, 26 Aug 2021 at 12:55, Reshama Shaikh <reshama.stat@gmail.com> wrote:
Hello, This question is for the community (*not* the core contributors).
In referencing the *diagram representation* of the pipeline [a], what would be the best way for you to find out what "strategy" (from: mean, median, most_frequent, constant) is being used for "SimpleImputer"?
(Also, I am attaching a screenshot of the diagram.)
It's not a quiz or anything [ :) ], I'm trying to figure out where folks would look first to get more information on the pipeline.
[a]
https://scikit-learn.org/dev/auto_examples/compose/plot_column_transformer_m...
Thanks, Reshama --- Reshama Shaikh she/her Blog <https://reshamas.github.io> | Twitter <https://twitter.com/reshamas> | LinkedIn <https://www.linkedin.com/in/reshamas/> | GitHub <https://github.com/reshamas>
Data Umbrella <https://www.dataumbrella.org> NYC PyLadies <https://meet.meetup.com/wf/click?upn=pEEcc35imY7Cq0tG1vyTt6zEs68RbcMfjPcajNH...> _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
Hi Joel, I am working on the PR to add the diagram visualization to the documentation [a]. I had added both text and diagram output to all the examples, because I did not realize you could click on the diagram sections to get more information. It wasn't until my recent discussion with Thomas where he pointed it out; it wasn't intuitive to me. It would be good to either: a) add a note somewhere indicating "click on the text in the pipeline visualization to see more details, such as parameter settings" b) add a GIF of it to the documentation c) if when the user puts their cursor over the diagram at all, show something like "Click an estimator type to see its parameters" I added this PR to the agenda for the next scikit-learn meeting. [a] https://github.com/scikit-learn/scikit-learn/pull/18758 Reshama Shaikh she/her Blog <https://reshamas.github.io> | Twitter <https://twitter.com/reshamas> | LinkedIn <https://www.linkedin.com/in/reshamas/> | GitHub <https://github.com/reshamas> Data Umbrella <https://www.dataumbrella.org> NYC PyLadies <https://meet.meetup.com/wf/click?upn=pEEcc35imY7Cq0tG1vyTt6zEs68RbcMfjPcajNH...> On Sun, Aug 29, 2021 at 2:24 AM Joel Nothman <joel.nothman@gmail.com> wrote:
HI Reshama,
You can click the nodes in the diagram (obviously the screenshot loses this). Is there some way we can make that more obvious? Passing your mouse (if you're on an appropriate device) over it shows the hand cursor, which is some indication.
Would it be helpful if when the user put their cursor over the diagram at all, it showed something like "Click an estimator type to see its parameters"??
Joel
On Thu, 26 Aug 2021 at 12:55, Reshama Shaikh <reshama.stat@gmail.com> wrote:
Hello, This question is for the community (*not* the core contributors).
In referencing the *diagram representation* of the pipeline [a], what would be the best way for you to find out what "strategy" (from: mean, median, most_frequent, constant) is being used for "SimpleImputer"?
(Also, I am attaching a screenshot of the diagram.)
It's not a quiz or anything [ :) ], I'm trying to figure out where folks would look first to get more information on the pipeline.
[a]
https://scikit-learn.org/dev/auto_examples/compose/plot_column_transformer_m...
Thanks, Reshama --- Reshama Shaikh she/her Blog <https://reshamas.github.io> | Twitter <https://twitter.com/reshamas> | LinkedIn <https://www.linkedin.com/in/reshamas/> | GitHub <https://github.com/reshamas>
Data Umbrella <https://www.dataumbrella.org> NYC PyLadies <https://meet.meetup.com/wf/click?upn=pEEcc35imY7Cq0tG1vyTt6zEs68RbcMfjPcajNH...> _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
participants (2)
-
Joel Nothman -
Reshama Shaikh