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

Adds requirements file, updates API #8

Merged
merged 2 commits into from
Nov 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 4 additions & 16 deletions notebooks/01-Preliminaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"IPython: 6.2.1\n",
"numpy: 1.13.3\n",
"scipy: 1.0.0\n",
"matplotlib: 2.2.2\n",
"scikit-learn: 0.19.1\n"
]
}
],
"outputs": [],
"source": [
"from __future__ import print_function\n",
"\n",
Expand Down Expand Up @@ -168,7 +156,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -182,7 +170,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.7.0"
}
},
"nbformat": 4,
Expand Down
206 changes: 35 additions & 171 deletions notebooks/02.1-Machine-Learning-Intro.ipynb

Large diffs are not rendered by default.

575 changes: 106 additions & 469 deletions notebooks/02.2-Basic-Principles.ipynb

Large diffs are not rendered by default.

191 changes: 35 additions & 156 deletions notebooks/03.1-Classification-SVMs.ipynb

Large diffs are not rendered by default.

265 changes: 44 additions & 221 deletions notebooks/03.2-Regression-Forests.ipynb

Large diffs are not rendered by default.

215 changes: 40 additions & 175 deletions notebooks/04.1-Dimensionality-PCA.ipynb

Large diffs are not rendered by default.

257 changes: 42 additions & 215 deletions notebooks/04.2-Clustering-KMeans.ipynb

Large diffs are not rendered by default.

592 changes: 83 additions & 509 deletions notebooks/04.3-Density-GMM.ipynb

Large diffs are not rendered by default.

439 changes: 86 additions & 353 deletions notebooks/05-Validation.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy
scipy
matplotlib
scikit-learn
ipython
seaborn