Skip to content
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

Feature Request for CorrelationFunnel: automate with new explain() Fx #2

Open
sfd99 opened this issue Aug 9, 2019 · 1 comment
Open

Comments

@sfd99
Copy link

sfd99 commented Aug 9, 2019

Great and
very clear stepXstep package tutorial, Matt!.

A time-saving suggestion (if I may):
in Step:
"Examining the Results" (after Step 3),
where you have:

marketing_campaign_correlated_tbl %>%
filter(feature %in% c("DURATION", "POUTCOME", "PDAYS",
"PREVIOUS", "CONTACT", "HOUSING")) %>%
plot_correlation_funnel(interactive = FALSE, limits = c(-0.4, 0.4))

Why not "automatically" generate the results
for these top 6 dependent variables?.
Easy and useful shortcut! :-)

The new, suggested Function:
explain()
where the default is: show only the 6 TOP vars,

The user can specify any other # of top vars to show,
ie:
explain(3) to show the 3 top vars, or
explain(+3) to show the 3 top positively-correlated vars, or
explain(-3) to show the 3 top negatively-correlated vars

Love to see this explain() Fx in correlationFunnel! :-)
THANKS, MATT! great job!.

Sfd99
San Francisco

@sfd99 sfd99 changed the title Feature Request for CorrelaionFunnel: automate with new explain() Fx Feature Request for CorrelationFunnel: automate with new explain() Fx Aug 9, 2019
@mdancho84
Copy link
Collaborator

Thanks for this. I will look into new functionality to quickly hone in on features within a correlation range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants