Skip to content

Pasos básicos para entrenar modelos de clasificación y agrupamiento

License

Notifications You must be signed in to change notification settings

laar19/machine-learning-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic steps for clustering, using the Credit Card Dataset for Clustering

Reading the data.
Preparation of the data.
Grouping the data.
Grouping the data (scaling).
Select the best number of groups.

Basic steps to train classification models, using the Telco Customer Churn dataset

Reading the data.
Preparation of the data.
Training and evaluation of the models.
Defining the best parameters.
Predicting.