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.
Tecnologia
Python
Língua
En
Avaliação
Capítulos
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
Descrição do Curso
In this project, we are going to understand what a cluster is and how to use it in Python.