UBC-MDS / Crime_Prediction_Vancouver

Crime Prediction in Vancouver, a DSCI 522 (Data Science Workflows) project of the Master of Data Science program at the University of British Columbia.
MIT License
3 stars 9 forks source link

RandomGridCV - memory leak #42

Closed thomassiu closed 2 years ago

thomassiu commented 2 years ago

Hi,

If I include data from 2011 to 2020, the RandomGridCV throws a memory leak. Therefore I would suggest to further limit the data set from 2016 to 2020 only.

Corresponding changes are done in split_data.py and crime_vancouver.Rmd. Pending final check of the script before PR.

jasmineortega commented 2 years ago

Updated the literate code doc.

thomassiu commented 2 years ago

44 closes this issue.