Browse Source

docs(model-selection): rename path to match ref

pull/1684/head
davhojt 1 year ago committed by Dav Hojt
parent
commit
abc4d7fcf8
  1. 2
      subjects/ai/model-selection/README.md
  2. 0
      subjects/ai/model-selection/audit/README.md
  3. 0
      subjects/ai/model-selection/w2_day5_ex5_q1.png
  4. 0
      subjects/ai/model-selection/w2_day5_ex5_q2.png

2
subjects/ai/model-selection-methodology/README.md → subjects/ai/model-selection/README.md

@ -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.
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.

0
subjects/ai/model-selection-methodology/audit/README.md → subjects/ai/model-selection/audit/README.md

0
subjects/ai/model-selection-methodology/w2_day5_ex5_q1.png → subjects/ai/model-selection/w2_day5_ex5_q1.png

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

0
subjects/ai/model-selection-methodology/w2_day5_ex5_q2.png → subjects/ai/model-selection/w2_day5_ex5_q2.png

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Loading…
Cancel
Save