sfbrigade / datasci-firerisk

This project attempts to model and acquire data from SF OpenData - and other sources - to predict the relative risk of fire in San Francisco’s buildings and public spaces.
http://codeforsanfrancisco.org/projects/SF-Fire-Risk-Project
10 stars 9 forks source link

Initial directory reorg commit #20

Open sewardlee337 opened 6 years ago

sewardlee337 commented 6 years ago

I created a new branch as part of the effort to reorganize the project repo. I created some new folders based on different stages in our project workflow, and moved some files that I could personally identify as belonging to a specific folder.

Once this Pull Request is approved, I would like to send a Slack channel update to the team, telling team members to move the code files that they created into the most appropriate folder.

Ultimately, I am envisioning a directory structure along the lines of the following.

datasci-firerisk/
├── EDA/
├── ETL/
│   ├── Data/ 
│   └── Scripts/
├── Models/
├── Visualization/
├── Archive/
├── .gitignore
└── README.md