py icon indicating copy to clipboard operation
py copied to clipboard

Missing libraries in py/ML/15_gridsearch/15_grid_search.ipynb

Open pafuenzalidaw opened this issue 4 years ago • 0 comments

Hi, first of all, thanks for this page it helped me a lot, but I noticed you forgot to import numpy and cossval_score after the title Aproach 2.

I used it like this:

import numpy as np from sklearn.model_selection import cross_val_score

That's all

pafuenzalidaw avatar Jun 29 '21 15:06 pafuenzalidaw