mirror of https://github.com/01-edu/public.git
davhojt
2 years ago
committed by
Dav Hojt
4 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||||
# Model selection methodology |
# Model selection |
||||||
|
|
||||||
If you finished yesterday's exercises you should be able to train several Machine Learning algorithms and to choose one returned by GridSearchCV. |
If you finished yesterday's exercises you should be able to train several Machine Learning algorithms and to choose one returned by GridSearchCV. |
||||||
GridSearchCV returns the model that gives the best score on the test set. Yesterday, as I told you, I changed the **cv** parameter to compute the GridSearch with a train set and a test set. |
GridSearchCV returns the model that gives the best score on the test set. Yesterday, as I told you, I changed the **cv** parameter to compute the GridSearch with a train set and a test set. |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Loading…
Reference in new issue