thebluespecs / SFCrimeClassification

A machine learning project to classify the crimes based on the the geo location and dates that they occured on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.For Code refer to the <Code> folder.
	-contain both the visualization and OOPS code
2.For Project report, refer 'ProjectReport.pdf'
3.Pickle file is under the name of 'PickleFile.pkl'
4.Instructions to generate submission file
	-go to the <run> folder
	-run the script run.py using python3
	this will generate a <Result.csv> which is the probability of the labels predicted on the test_data given during the course of the project.
5.<requirements.txt> gives the list of required packages to run the model.

About

A machine learning project to classify the crimes based on the the geo location and dates that they occured on.


Languages

Language:Jupyter Notebook 87.6%Language:Python 12.4%