mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
update readme
This commit is contained in:
parent
3ec6dcd5df
commit
df877c973e
1 changed files with 1 additions and 5 deletions
|
|
@ -42,11 +42,7 @@ ## 3. Evaluation
|
|||
|
||||
运行各个框架,运行后框架需要提供Dev和Test的`dev_predictions.csv`和`test_predictions.csv`, column name为target
|
||||
|
||||
两种评估方式
|
||||
|
||||
1. `evaluation.py` 提供pred和原始的gt(1D iterable)以及需要使用的metric,返回evaluation score
|
||||
|
||||
2. 使用`CustomExperimenter`
|
||||
- 使用`CustomExperimenter`
|
||||
```
|
||||
experimenter = CustomExperimenter(task="titanic")
|
||||
score_dict = experimenter.evaluate_pred_files(dev_pred_path, test_pred_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue