This repository houses modeling code for our project, titled: Remote Sensing of Defensible Space Compliance to Enhance Wildfire Preparedness.
- Joshua Cohen
- Ryan Green
- Leilanie Rubinstein
- Rachel Swick
Data is stored separately from our repository for the purposes of this analysis.
📦
├─ .gitignore
├─ LICENSE
├─ README.md
├─ REQUIREMENTS.txt
├─ code
│ ├─ 00_random_forest
│ │ ├─ 04_random_forest.ipynb
│ │ ├─ 05_random_forest_attempt.ipynb
│ │ └─ archive
│ │ ├─ 00_random_forest_attempt.ipynb
│ │ ├─ 01_random_forest_attempt.ipynb
│ │ ├─ 02_random_forest_attempt.ipynb
│ │ └─ 03_random_forest_attempt.ipynb
│ ├─ 01_ridge_regression
│ │ └─ 00_ridge_classifier.ipynb
│ └─ 02_XGBoost
│ └─ 00_xgboost.ipynb
└─ environment
├─ environment.yml
└─ requirements.txt
MIT Commons, 2025