/capstone_project

Predict 498 Capstone Project

Primary LanguageJupyter Notebook

Predict 498 Capstone Project

  • Final Team Paper : Link
  • Team Presentation : Link

Repository Details

  • data : Holds all the raw and post processed datasets to be used for visualization, modeling and dashboarding. raw holds the original raw datasets, processed holds the post processed datasets which go into modeling, EDA and dashboarding.
  • munge : Holds the scripts which converts the raw data to processed data. This allows for end to end reproduceability. Basically, raw + munge = processed
  • images : Holds images from EDA and modeling activities
  • src : Holds all the scripts for EDA, plotting, modeling and dashboarding. Does not hold scripts for converting data from raw to processed state. These scripts reside in munge.
  • kaggle_original_data : Holds data and scripts pulled from the West Nile Virus Kaggle competition.
  • docs : Holds literature research and other project related information
  • reports : Holds markdown, jupyter notebooks, dashboards and PDF reports created throughout the project