update fixed insights

This commit is contained in:
Yizhou Chi 2024-09-14 15:24:17 +08:00
parent 9089ecf7d6
commit ed6ce14838

View file

@ -10,7 +10,7 @@
"task_id": 4
},
{
"Analysis": "To avoid overfitting, train a weighted ensemble model such as StackingClassifier or StackingRegressor using **dev set** after base models being trained.",
"Analysis": "To avoid overfitting, train a weighted ensemble model such as StackingClassifier or StackingRegressor; You could do some quick model prototyping to see which models work best and then use them in the ensemble.",
"Category": "Model Training",
"task_id": 4
},