mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
import issue
This commit is contained in:
parent
3c397387f9
commit
e2c82249b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from datetime import datetime
|
||||
from expo.experimenter.custom import CustomExperimenter
|
||||
from autogluon.tabular import TabularDataset, TabularPredictor
|
||||
import os
|
||||
import pandas as pd
|
||||
|
||||
|
|
@ -11,6 +10,7 @@ class AGRunner:
|
|||
self.datasets = self.state["datasets_dir"]
|
||||
|
||||
def run(self):
|
||||
from autogluon.tabular import TabularDataset, TabularPredictor
|
||||
train_path = self.datasets["train"]
|
||||
dev_path = self.datasets["dev"]
|
||||
dev_wo_target_path = self.datasets["dev_wo_target"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue