An open API service indexing awesome lists of open source software.

https://github.com/laar19/machine-learning-guide

Pasos básicos para entrenar modelos de clasificación y agrupamiento
https://github.com/laar19/machine-learning-guide

aprendizaje-supervisado jupyter-notebook machine-learning matplotlib pandas python3 scikit-learn seaborn supervised-learning unsupervised-learning

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.