In development. Going over unfinished work and will be deployed sometime soon.
>> git clone https://github.com/<repo>
>> pipenv install requirements.txt
NOTE: OPTIONAL
>> pipenv shell
>> python run.py
>> gunicorn run:server
Now, follow along Ryan Herr's guide and build as you will.
-
The data source can be found at dataMontgomery
-
The cleaned data can be found in the notebooks folder, named Cleaned_Crime.csv
-
The smaller size cleaned data can be found in the notebooks folder, named sml_crime.csv
All of the data exploration can be found there.
-
For the cleaning process, refer to Montgomery_Cleaning.ipynb
-
For the visual creation process, refer to Montgomery_Visualization.ipynb
-
For the Model Process, refer to Montgomery_Model.ipynb
The basis for this project has to do with wanting to find out how my intuition matched with the data on crime occurance in Montgomery County, MD; being where I lived for the majority of my childhood.
This project was our Unit2 Final Project at Lambda.
-
The joblib file can be found here finalized_model.joblib
-
The explainer shap model can be found here explainer.joblib
Find the short read here