Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sukanyabag/759449020035d98f4b2a35edb975f403 to your computer and use it in GitHub Desktop.
Save sukanyabag/759449020035d98f4b2a35edb975f403 to your computer and use it in GitHub Desktop.
comparative eda of two datasets
# sweetviz's compare function helps to compare and make eda on two or more features
report1 = sweetviz.compare([train,"Train"],[test,"Test"], "SalePrice")
# generating the interactive html report; this gets automatically saved to your folder
report1.show_html('Report1.html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment