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 function that plots the features against target to visualize the relationship using drawdown to select the particular feature #67

Open
OLAMIDE100 opened this issue Jul 27, 2021 · 0 comments · May be fixed by #69
Assignees

Comments

@OLAMIDE100
Copy link

OLAMIDE100 commented Jul 27, 2021

This function enables visualization of the relation between numerical features and target mainly for linear regression by providing a drawdown to enable the user select the particular features.

An example Usage will be

def features_plot(df,target):

//code here

return widgets

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

Successfully merging a pull request may close this issue.

1 participant