Skip to content

Commit

Permalink
Merge pull request #321 from Learnware-LAMDA/fix(docs)/readme_zh
Browse files Browse the repository at this point in the history
fix(docs): fix details
  • Loading branch information
GeneLiuXe committed Jan 14, 2024
2 parents 3b736e4 + 68ac6b0 commit 23f43fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ y_pred = AveragingReuser(learnware_list, mode="vote_by_label").predict(data)
print(f"Classification accuracy: {accuracy_score(target, y_pred)}")
```

# Citation
# 引用

如果你在研究或工作中使用了我们的项目,请引用下述论文,感谢你的支持!

Expand Down

0 comments on commit 23f43fe

Please sign in to comment.