Clustering Demystified
Edoardo Cantagallo
Python
11 Chapters
0 Studying now
In this project, we are going to understand what a cluster is and how to use it in Python.
Technology
Python
Language
En
Rating
Chapters
11
Introduction
Import Necessary Libraries and Data
Preliminary Analysis
Data Preparation
Declare Feature Vector and Target Variable
Convert Categorical Variable into Integers
Feature Scaling
K-Means Model with 2 Clusters
Check the Quality
How many Clusters?
K-Means Model with 4 Clusters
0%
Introduction
Import Necessary Libraries and Data
Preliminary Analysis
Data Preparation
Declare Feature Vector and Target Variable
Convert Categorical Variable into Integers
Feature Scaling
K-Means Model with 2 Clusters
Check the Quality
How many Clusters?
K-Means Model with 4 Clusters
Description du cours
In this project, we are going to understand what a cluster is and how to use it in Python.