Skip to content

Commit

Permalink
add link to video 7
Browse files Browse the repository at this point in the history
  • Loading branch information
justmarkham committed Jun 29, 2015
1 parent bd3d29f commit 8f58688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This repo contains IPython notebooks from my scikit-learn video series, as seen
- What are some evaluation metrics for regression problems?
- How do I choose which features to include in my model?

7. Cross-validation for parameter tuning, model selection, and feature selection (video, [notebook](http://nbviewer.ipython.org/github/justmarkham/scikit-learn-videos/blob/master/07_cross_validation.ipynb), blog post)
7. Cross-validation for parameter tuning, model selection, and feature selection ([video](https://www.youtube.com/watch?v=6dbrR-WymjI&list=PL5-da3qGB5ICeMbQuqbbCOQWcS6OYBr5A&index=7), [notebook](http://nbviewer.ipython.org/github/justmarkham/scikit-learn-videos/blob/master/07_cross_validation.ipynb), blog post)
- What is the drawback of using the train/test split procedure for model evaluation?
- How does K-fold cross-validation overcome this limitation?
- How can cross-validation be used for selecting tuning parameters, choosing between models, and selecting features?
Expand Down

0 comments on commit 8f58688

Please sign in to comment.