mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
fix import error
This commit is contained in:
parent
574f1b0e0d
commit
d95c1cb333
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ class ASRunner:
|
|||
)
|
||||
|
||||
def run(self):
|
||||
import autosklearn
|
||||
import autosklearn.classification
|
||||
import autosklearn.regression
|
||||
|
||||
train_path = self.datasets["train"]
|
||||
dev_wo_target_path = self.datasets["dev_wo_target"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue