mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
update fixed insights
This commit is contained in:
parent
9089ecf7d6
commit
ed6ce14838
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue