mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
rename task if custom_data_dir is used
This commit is contained in:
parent
df7a04dd19
commit
38daf24c33
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import argparse
|
||||
import asyncio
|
||||
|
||||
from expo.data.custom_task import get_mle_task_id
|
||||
from expo.experimenter.aug import AugExperimenter
|
||||
from expo.experimenter.autogluon import GluonExperimenter
|
||||
from expo.experimenter.autosklearn import AutoSklearnExperimenter
|
||||
|
|
@ -68,6 +69,7 @@ async def main(args):
|
|||
args.external_eval = False
|
||||
args.eval_func = "mlebench"
|
||||
args.from_scratch = True
|
||||
args.task = get_mle_task_id(args.custom_dataset_dir)
|
||||
|
||||
if args.exp_mode == "mcts":
|
||||
experimenter = MCTSExperimenter(args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue