This document summarizes an effort to analyze traffic data from California highways to better understand data science techniques. The researchers searched for an open dataset, eventually finding sensor data from California highways. They analyzed the data format and values to understand it. To detect traffic incidents, they framed it as a classification problem and prepared training data by labeling sensor records near incidents as positive examples. They trained classifiers on this data but initial results were poor. After refining the features and balancing the training data, the classifiers showed more promising results.