From ed6ce14838861dec0385e5cdfb131ab3664948b9 Mon Sep 17 00:00:00 2001 From: Yizhou Chi Date: Sat, 14 Sep 2024 15:24:17 +0800 Subject: [PATCH] update fixed insights --- expo/insights/fixed_insights.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },