Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Update latent factor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kasica committed Dec 17, 2018
1 parent 8b6fd80 commit e43a0b8
Show file tree
Hide file tree
Showing 4 changed files with 26,414 additions and 395 deletions.
28 changes: 1 addition & 27 deletions Classification models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -281,7 +280,6 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false,
"scrolled": true,
"slideshow": {
"slide_type": "fragment"
Expand Down Expand Up @@ -350,7 +348,6 @@
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -410,7 +407,6 @@
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -470,7 +466,6 @@
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -531,7 +526,6 @@
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -592,7 +586,6 @@
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand Down Expand Up @@ -654,7 +647,6 @@
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": false,
"scrolled": true,
"slideshow": {
"slide_type": "subslide"
Expand Down Expand Up @@ -703,24 +695,6 @@
"ax.set(xlabel=\"Linear-SVM Weights\", ylabel=\"Feature\")\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -740,7 +714,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.4"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down
13,363 changes: 13,177 additions & 186 deletions Classification models.slides.html

Large diffs are not rendered by default.

27 changes: 1 addition & 26 deletions Latent-Factor Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand All @@ -170,7 +169,6 @@
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -214,7 +212,6 @@
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -255,7 +252,6 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -297,7 +293,6 @@
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -345,7 +340,6 @@
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -404,7 +398,6 @@
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "fragment"
}
Expand All @@ -426,7 +419,6 @@
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -473,7 +465,6 @@
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -519,7 +510,6 @@
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -566,7 +556,6 @@
"cell_type": "code",
"execution_count": 14,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -613,7 +602,6 @@
"cell_type": "code",
"execution_count": 15,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -660,7 +648,6 @@
"cell_type": "code",
"execution_count": 16,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
Expand Down Expand Up @@ -720,18 +707,6 @@
" * This result is also seen in the linear classifiers that we use in the classification models section:\n",
" * The linear models trained on some events can not detect romour in other events."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -751,7 +726,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.4"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down
13,391 changes: 13,235 additions & 156 deletions Latent-Factor Models.slides.html

Large diffs are not rendered by default.

0 comments on commit e43a0b8

Please sign in to comment.