JackDeee's picture
Upload folder using huggingface_hub
054603e verified
---
library_name: scikit-learn
tags:
- random-forest
- regression
- uber
- machine-learning
---
# Modelo Random Forest para Clasificación Uber
## Métricas del modelo:
- R²: 0.0121
- MAE: 0.1691
- RMSE: 0.2039
## Hiperparámetros:
- max_depth: 10
- max_features: sqrt
- min_samples_leaf: 1
- min_samples_split: 2
- n_estimators: 20