This project involves analyzing data from the Toronto Police API to generate a spatial map and evaluate various machine learning models.

The project retrieves crime data from the Toronto Police API, processes it to create a spatial map, and applies several machine learning models to the data for analysis and prediction.
- Fetches and preprocesses crime data from the Toronto Police API.
- Generates a spatial map visualizing crime incidents across Toronto.
- Implements and tests various machine learning models for predictive analysis.
- Clone the repository:
git clone https://github.com/yourusername/Toronto_crime_data_project.git cd Toronto_crime_data_project