Assignment 9

Read in the NYC traffic data into a DataFrame. Create the training and test datasets. Test the initial model and generate a classification report.

How well does the model classify the two categories of accidents?

How would you explain the different levels of accuracy for the two categories?

How might you improve the quality of the classification model?