Grid Search Assignment for a Certificate
This assignment is based on a data challenge from the Michigan Data Science Team (MDST). All data for this assignment has been provided through the Detroit Open Data Portal, and was collated into two data files for use in training and validating the model: train.csv and test.csv
This demostrates using GradientBoostingClassifier
and GridSearchCV
from sklearn
. The grid search is used to find some appropriate hyperparameters to use in the final model.