mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
Merge branch 'yzlin-expo-patch-57610' into 'expo'
rm lgb See merge request agents/exp_optimizer!17
This commit is contained in:
commit
f7733addad
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ The current task is about feature engineering. when performing it, please adhere
|
|||
# Prompt for taking on "model_train" tasks
|
||||
MODEL_TRAIN_PROMPT = """
|
||||
The current task is about training a model, please ensure high performance:
|
||||
- For tabular datasets - you have access to LightGBM, CatBoost, XGBoost, random forest, extremely randomized trees, k-nearest neighbors, linear regression, etc.
|
||||
- For tabular datasets - you have access to XGBoost, CatBoost, random forest, extremely randomized trees, k-nearest neighbors, linear regression, etc.
|
||||
- For image datasets - you have access to ResNet, VGG, Inception, MobileNet, DenseNet, EfficientNet, etc.
|
||||
- For text datasets - you have access to BERT, GPT-2, RoBERTa, DistilBERT, T5, etc.
|
||||
- Keep in mind that your user prioritizes results and is highly focused on model performance. So, when needed, feel free to use models of any complexity to improve effectiveness, such as XGBoost, CatBoost, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue