From f5bea3f6470b4b452d5cb7e96469e14fc0518a00 Mon Sep 17 00:00:00 2001 From: fenago Date: Tue, 29 Nov 2022 00:00:10 +0500 Subject: [PATCH] updated --- lab_guides/Lab_5.md | 6 +----- lab_overview.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lab_guides/Lab_5.md b/lab_guides/Lab_5.md index 2fc30f0..708787f 100644 --- a/lab_guides/Lab_5.md +++ b/lab_guides/Lab_5.md @@ -1578,14 +1578,10 @@ X_scaled[:,1].min(), X_scaled[:,1].max() You should get the following output: -![Caption: Minimum and maximum values of the z-score-standardized -data ](./images/B15019_05_49.jpg) +![](./images/B15019_05_49.jpg) Caption: Minimum and maximum values of the z-score-standardized data -The value ranges for both axes are much lower now and we can see that -their maximum values are around 9 and 18, which indicates that there are -some extreme outliers in the data. Now, to fit a k-means model and plot a scatter plot on the z-score-standardized data with the following code snippet: diff --git a/lab_overview.md b/lab_overview.md index e070935..ad7a938 100644 --- a/lab_overview.md +++ b/lab_overview.md @@ -1,6 +1,6 @@ -

Data Science

+

Machine Learning Essentials with Python

### Description