mirror of
https://github.com/fenago/data-science.git
synced 2026-09-21 19:55:37 +00:00
updated
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user