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

Add the option to pass a target varaible when creating the EDA report #954

Open
rluthi opened this issue Jan 6, 2023 · 0 comments
Open
Assignees
Labels
type: enhancement New feature or request

Comments

@rluthi
Copy link

rluthi commented Jan 6, 2023

I am often interested in understanding the relationship between one specific column (my target variable) and the others.

It would be nice if we could pass a target variable when creating the EDA report: i.e. eda.create_report(target="has_survived").

Then all variable plots would all be crossed with this target variable. You already have this functionality in the eda.plot(df, target) function from the docs.

This is a functionality that I like to use in the sweetviz library:

sweetviz.analyze(source, target_feat)
@rluthi rluthi added the type: enhancement New feature or request label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants