CityofToronto / bdit_incidents

Analyzing impacts of traffic incidents on road congestion
https://github.com/orgs/CityofToronto/teams/bigdatainnovationteam
2 stars 0 forks source link

Application of machine learning techniques #9

Closed dolejarz closed 7 years ago

dolejarz commented 7 years ago

Tentative game plan:

dolejarz commented 7 years ago

using pd.df in sklearn remember to cast strings to int/float!!!

dolejarz commented 7 years ago

use pickle to pass numpy arrays between preprocessing script and machine learning script

dolejarz commented 7 years ago

Tweak parameters of decision tree classifier to get higher precision and recall

dolejarz commented 7 years ago

use sklearn's one hot encoder in preprocessing. Use label encoder for non numerical values