Skip to content

Commit

Permalink
add intermediate sklearn tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 8, 2013
1 parent 34d49f9 commit 6475f03
Show file tree
Hide file tree
Showing 2 changed files with 1,609 additions and 1 deletion.
1,606 changes: 1,606 additions & 0 deletions notebooks/18_IntermediateSklearn.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion website/content/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ <h3>Mon, Nov 4:
Scikit-learn: machine learning in Python</h3>

<ul><li>{{ notebook_link("Introduction to Scikit-Learn", "notebooks/17_SklearnIntro.ipynb") }}</li>
<li><b>Homework:</b> see the end of the above notebook. Do the two exercises, using the estimator of your choice. What level of precision/recall or rms-error can you achieve? Turn in your results as an IPython notebook via github pull request.</li></ul>
<li><b>Homework:</b> see the end of the above notebook. Do the two exercises, using the estimator of your choice. What level of precision/recall or rms-error can you achieve? Turn in your results as an IPython notebook via github pull request.</li>
<li>We won't get to it in class, but in case you're interested, here's a sequel to the Scikit-Learn introduction: {{ notebook_link("Intermediate Scikit-Learn", "notebooks/18_IntermediateSklearn.ipynb") }}</li>
</ul>

<h3>Mon, Nov 11: (Veteran's Day: no class)</h3>

Expand Down

0 comments on commit 6475f03

Please sign in to comment.