October 2018
Intermediate to advanced
134 pages
2h 39m
English
We know now some optimal hyperparameters for our grid search. We will use these to predict the onset of diabetes for the patients in our dataset. To do this, we will carry out the following steps:
# generate predictions with optimal hyperparametersy_pred = grid.predict(X_standardized)

From the preceding screenshot, ...
Read now
Unlock full access