Skip to content

Conversation

@BitaEt
Copy link
Owner

@BitaEt BitaEt commented Oct 13, 2022

No description provided.

predictors_type = {"continuous": [], "categorical": []}
continuous = df.select_dtypes(include=["float"])

for i in predictors:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bita your code logic is good. I think what you need to do now write a function so that professor can input any dataset into it, and then the function can call your logic so that it can separate out the categorical and continuous columns and then run them from those functions that the professor previously made on the graphs.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also remove the n = 200 from your code as well from the functions that make the graphs. They don't mean anything.

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 this pull request may close these issues.

3 participants