This repository contains a collection of machine learning projects that explore various predictive modeling techniques, ranging from supervised learning to clustering and regression. Below is a description of the included projects.
Predict the survival of passengers aboard the Titanic using variables such as gender, class, and ticket cost.
- Random Forest
- AdaBoost
Perform a clustering analysis on the salaries of various professions across 44 cities worldwide.
- PCA
- K-Means
- Dendrograms
Predict the price of diamonds based on attributes such as carat, cut, color, and clarity using a decision tree model.
- Decision Tree (
DecisionTreeClassifier
)
Develop a decision tree-based model to predict the survival of ICU patients based on their vital signs, chronic diseases, and comorbidities.
- Decision Tree (
DecisionTreeRegressor
)
The coments in the code and the analysis are originally in spanish. I´ll upload an english version soon.