MetaGPT/expo/README.md

34 lines
681 B
Markdown
Raw Normal View History

2024-08-30 20:35:17 +08:00
# Expo
## Instruction
- 下载数据集https://deepwisdom.feishu.cn/drive/folder/RVyofv9cvlvtxKdddt2cyn3BnTc?from=from_copylink
## Examples
### Run Base DI
`python run_experiment.py --exp_mode base --task titanic`
### Run DI RandExp
- Single insight
`python run_experiment.py --exp_mode aug --task titanic --aug_mode single`
- Set insight
`python run_experiment.py --exp_mode aug --task titanic --aug_mode set`
### Run DI MCTS
`python run_experiment.py --exp_mode mcts --task titanic --rollout 5`
2024-09-02 14:07:14 +08:00
If the dataset has reg metric, remember to use `--low_is_better`
2024-08-30 20:35:17 +08:00
`python run_experiment.py --exp_mode mcts --task househouse_prices --rollout 5 --low_is_better`