Before scikit-learn 0.20 we could use result.grid_scores_[result.best_index_]
to get the standard deviation. (It returned for exemple: mean: 0.76172, std: 0.05225, params: {'n_neighbors': 21}
)
What's the best way in scikit-learn 0.20 to get the standard deviation of the best score ?