From be0ba051126ece473661a7f605562af9216a4341 Mon Sep 17 00:00:00 2001 From: Uwe Schmitt <uwe.schmitt@id.ethz.ch> Date: Mon, 9 Sep 2019 22:23:07 +0200 Subject: [PATCH] minor spelling fixes --- 01_introduction.ipynb | 2 +- 02_classification.ipynb | 8 ++++---- 03_overfitting_and_cross_validation.ipynb | 2 +- 04_measuring_quality_of_a_classifier.ipynb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/01_introduction.ipynb b/01_introduction.ipynb index 7ffecd1..f66e1b6 100644 --- a/01_introduction.ipynb +++ b/01_introduction.ipynb @@ -1840,7 +1840,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.7.2" }, "latex_envs": { "LaTeX_envs_menu_present": true, diff --git a/02_classification.ipynb b/02_classification.ipynb index 20ec770..06bd63b 100644 --- a/02_classification.ipynb +++ b/02_classification.ipynb @@ -169,7 +169,7 @@ "cell_type": "code", "execution_count": 2, "metadata": { - "scrolled": true + "scrolled": false }, "outputs": [ { @@ -601,7 +601,7 @@ "source": [ "<div class=\"alert alert-block alert-warning\">\n", "<p><i class=\"fa fa-warning\"></i> \n", - "Eventually, classification is about finding a procedure to separate point clouds in a n-dimesional space.\n", + "Eventually, classification is about finding a procedure to separate point clouds in a n-dimensional space.\n", "</p>\n", "</div>\n", "\n", @@ -700,7 +700,7 @@ " weight_x * x + weight_y * y = threshold\n", " \n", "\n", - "defines a line in 2D space. Points fulfilling\n", + "can be rearranged to the form `y = m * x n` and thus defines a line in 2D space. Points fulfilling\n", "\n", " weight_x * x + weight_y * y < threshold\n", " \n", @@ -2131,7 +2131,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.7.2" }, "latex_envs": { "LaTeX_envs_menu_present": true, diff --git a/03_overfitting_and_cross_validation.ipynb b/03_overfitting_and_cross_validation.ipynb index 7e3d3f6..2fc8798 100644 --- a/03_overfitting_and_cross_validation.ipynb +++ b/03_overfitting_and_cross_validation.ipynb @@ -1798,7 +1798,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.7.2" }, "latex_envs": { "LaTeX_envs_menu_present": true, diff --git a/04_measuring_quality_of_a_classifier.ipynb b/04_measuring_quality_of_a_classifier.ipynb index 1917213..6d710bc 100644 --- a/04_measuring_quality_of_a_classifier.ipynb +++ b/04_measuring_quality_of_a_classifier.ipynb @@ -834,7 +834,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.7.2" }, "latex_envs": { "LaTeX_envs_menu_present": true, -- GitLab