Created
December 18, 2018 09:19
-
-
Save notha99y/8317bd3ffd8824c06e8b6a6b49cc94a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# multivariate analysis with Embarked variable and Pclass variable | |
quantitative_summarized(dataframe= train_df, y = 'Age', x = 'Embarked', hue = 'Pclass', palette=c_palette3, verbose=False, swarm=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment