|
1 | 1 | {
|
2 | 2 | "metadata": {
|
3 | 3 | "name": "",
|
4 |
| - "signature": "sha256:6d668c263bfa58b9d0af9434b267fd5a74e993eabb25e1847f689082a86eca80" |
| 4 | + "signature": "sha256:842ca31b0a9594987bf29d554b1e6f34c1bd7afaabc83c2367149dceb9fddd5d" |
5 | 5 | },
|
6 | 6 | "nbformat": 3,
|
7 | 7 | "nbformat_minor": 0,
|
|
15 | 15 | "# PyCon 2015 Scikit-Learn Tutorial Index\n",
|
16 | 16 | "\n",
|
17 | 17 | "This is the main index of the PyCon 2015 Introduction to Scikit-Learn tutorial, presented by [Jake VanderPlas](http://www.vanderplas.com).\n",
|
| 18 | + "Please refer to the [github repository](http://github.com/jakevdp/sklearn_pycon2015) for this tutorial for any updates." |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "cell_type": "markdown", |
| 23 | + "metadata": {}, |
| 24 | + "source": [ |
| 25 | + "## Tutorial Video\n", |
| 26 | + "\n", |
| 27 | + "All PyCon tutorials are filmed; video of this tutorial is available [here](https://www.youtube.com/watch?v=L7R4HUQ-eQ0)." |
| 28 | + ] |
| 29 | + }, |
| 30 | + { |
| 31 | + "cell_type": "code", |
| 32 | + "collapsed": false, |
| 33 | + "input": [ |
| 34 | + "from IPython.display import YouTubeVideo\n", |
| 35 | + "YouTubeVideo('L7R4HUQ-eQ0')" |
| 36 | + ], |
| 37 | + "language": "python", |
| 38 | + "metadata": {}, |
| 39 | + "outputs": [ |
| 40 | + { |
| 41 | + "html": [ |
| 42 | + "\n", |
| 43 | + " <iframe\n", |
| 44 | + " width=\"400\"\n", |
| 45 | + " height=300\"\n", |
| 46 | + " src=\"https://www.youtube.com/embed/L7R4HUQ-eQ0\"\n", |
| 47 | + " frameborder=\"0\"\n", |
| 48 | + " allowfullscreen\n", |
| 49 | + " ></iframe>\n", |
| 50 | + " " |
| 51 | + ], |
| 52 | + "metadata": {}, |
| 53 | + "output_type": "pyout", |
| 54 | + "prompt_number": 1, |
| 55 | + "text": [ |
| 56 | + "<IPython.lib.display.YouTubeVideo at 0x1023d5fd0>" |
| 57 | + ] |
| 58 | + } |
| 59 | + ], |
| 60 | + "prompt_number": 1 |
| 61 | + }, |
| 62 | + { |
| 63 | + "cell_type": "markdown", |
| 64 | + "metadata": {}, |
| 65 | + "source": [ |
| 66 | + "## Tutorial Notebooks\n", |
18 | 67 | "\n",
|
19 | 68 | "The following links are to notebooks containing the tutorial materials.\n",
|
20 |
| - "Note that many of these require files that are in the directory structure of the [github repository](http://github.com/jakevdp/sklearn_pycon2015) in which they are contained. We will not have time to cover all this material, but I left it here for reference.\n", |
| 69 | + "Note that many of these require files that are in the directory structure of the [github repository](http://github.com/jakevdp/sklearn_pycon2015) in which they are contained.\n", |
| 70 | + "There is not time during the tutorial to cover all of this material, but I left it in in case attendees would like to go deeper on their own.\n", |
21 | 71 | "\n",
|
22 | 72 | "### 1. Preliminaries\n",
|
23 | 73 | "\n",
|
|
0 commit comments