Skip to content

EricLee911110/scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

scikit-learn

The first thing we're doing here is to make sure we know how the "plt" works.

In the following picture, we can see that the data are identical, but the color of the class got messed up.

image

Why you need to standardize your data before fitting a ML model? It is because variables are measured at different scale. They might end up creating a bias.

In this example you might think the "Number of Households" isn't important. Every data is about the same, there is no point analyzing it. (Left)

But it turns out that people have medium number of households tends to have higher income. (Right)

image

Classifier Comparision

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages