diff --git a/expo/insights/fixed_insights.json b/expo/insights/fixed_insights.json index e52745707..4f42b9db1 100644 --- a/expo/insights/fixed_insights.json +++ b/expo/insights/fixed_insights.json @@ -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 },