Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 610 Bytes

TODO.md

File metadata and controls

15 lines (12 loc) · 610 Bytes

EDA TODO List

Below is AI generated, but we can adapt it to our dataset

  • Create countplot to check class distribution
  • Make bar plot to compare feature means by class
  • Generate scatter plot with classes colored to see separation
  • Use pairplot to overview feature relationships
  • Draw boxplots to check distributions by class
  • Plot histograms to see shape of feature distributions
  • Calculate correlation matrix heatmap to identify correlations
  • Produce clustermap to reveal internal data structures

Completed Column ✓

  • EDA ipynb setup and folder setups