mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
- Updated execution counts for various code cells to maintain consistency. - Changed the model from RandomForestClassifier to GradientBoostingClassifier. - Modified hyperparameter grid for GridSearchCV to include learning_rate and adjusted n_estimators. - Added stratification to train-test split for better representation of classes. - Corrected scoring parameter in GridSearchCV to use a valid metric. - Updated output messages to reflect changes in model evaluation metrics.