This commit is contained in:
fenago
2022-11-29 00:00:10 +05:00
parent eda8fb9fc0
commit f5bea3f647
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -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:
+1 -1
View File
@@ -1,6 +1,6 @@
<img align="right" src="./logo.png">
<h2><span style="color:red;"></span>Data Science</h2>
<h2><span style="color:red;">Machine Learning Essentials with Python</span></h2>
### Description