4) Modeling (CRISP-DM methodology)
Models Used:
Logistic Regression
Random Forest
Gradient Boosting
Configuration:
- Default hyperparameters with 100 estimators for tree-based models.
max_iter=1000
set forLogisticRegression
to ensure convergence.
Models Used:
Logistic Regression
Random Forest
Gradient Boosting
Configuration:
max_iter=1000
set for LogisticRegression
to ensure convergence.