mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-12 17:22:37 +02:00
chore.
This commit is contained in:
parent
2d89060918
commit
bd994adca2
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ from metagpt.roles.mi.interpreter import Interpreter
|
|||
|
||||
WINE_REQ = "Run data analysis on sklearn Wine recognition dataset, include a plot, and train a model to predict wine class (20% as validation), and show validation accuracy."
|
||||
|
||||
# DATA_DIR = "your/path/to/data"
|
||||
DATA_DIR = "examples/mi/data/WalmartSalesForecast2"
|
||||
DATA_DIR = "your/path/to/data"
|
||||
# sales_forecast data from https://www.kaggle.com/datasets/aslanahmedov/walmart-sales-forecast/data
|
||||
SALES_FORECAST_REQ = f"""
|
||||
# Goal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue