From 795340890fca3954f347c71d9929164647901f2f Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 4 May 2020 13:50:45 +0530 Subject: [PATCH 1/4] Tiny change --- notebooks/05.09-Principal-Component-Analysis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/05.09-Principal-Component-Analysis.ipynb b/notebooks/05.09-Principal-Component-Analysis.ipynb index 01f49a277..32d9f8030 100644 --- a/notebooks/05.09-Principal-Component-Analysis.ipynb +++ b/notebooks/05.09-Principal-Component-Analysis.ipynb @@ -29,7 +29,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# In Depth: Principal Component Analysis" + "# In Depth: New Component Analysis" ] }, { From d41432d347edd72cc42c980699cb332c5f005591 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 4 May 2020 13:58:20 +0530 Subject: [PATCH 2/4] Small change --- notebooks/00.00-Preface.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/00.00-Preface.ipynb b/notebooks/00.00-Preface.ipynb index 9ce9a5aca..0a58fdb3d 100644 --- a/notebooks/00.00-Preface.ipynb +++ b/notebooks/00.00-Preface.ipynb @@ -22,7 +22,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's see if we can create code block in md -- \n", + "A Let's see if we can create code block in md -- \n", "\n", " book a = 2 about doing data science\n", " which immediately begs the question\n", From 855919b4e8d0f73c2ea014506986f830d15ecfae Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 4 May 2020 14:03:39 +0530 Subject: [PATCH 3/4] Small change 2 --- notebooks/00.00-Preface.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/00.00-Preface.ipynb b/notebooks/00.00-Preface.ipynb index 0a58fdb3d..d22431000 100644 --- a/notebooks/00.00-Preface.ipynb +++ b/notebooks/00.00-Preface.ipynb @@ -26,7 +26,7 @@ "\n", " book a = 2 about doing data science\n", " which immediately begs the question\n", - " what is data science" + "You know what is data science" ] }, { From 72011e9a7f4f53925c65201a569c882954e8d56c Mon Sep 17 00:00:00 2001 From: amit2rrr Date: Sun, 11 Apr 2021 18:10:59 +0530 Subject: [PATCH 4/4] change 04.02 --- notebooks/04.02-Simple-Scatter-Plots.ipynb | 32 ++++++---------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/notebooks/04.02-Simple-Scatter-Plots.ipynb b/notebooks/04.02-Simple-Scatter-Plots.ipynb index de850cc00..16da691d7 100644 --- a/notebooks/04.02-Simple-Scatter-Plots.ipynb +++ b/notebooks/04.02-Simple-Scatter-Plots.ipynb @@ -62,9 +62,7 @@ { "cell_type": "code", "execution_count": 2, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -94,9 +92,7 @@ { "cell_type": "code", "execution_count": 3, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -128,9 +124,7 @@ { "cell_type": "code", "execution_count": 4, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -157,9 +151,7 @@ { "cell_type": "code", "execution_count": 5, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -201,9 +193,7 @@ { "cell_type": "code", "execution_count": 6, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -233,9 +223,7 @@ { "cell_type": "code", "execution_count": 7, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -273,9 +261,7 @@ { "cell_type": "code", "execution_count": 8, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "data": { @@ -345,9 +331,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.5.1" + "version": "3.6.8" } }, "nbformat": 4, - "nbformat_minor": 0 + "nbformat_minor": 1 }