Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Yiming-Wange
GitHub Repository: Yiming-Wange/CS224n-2023-solution
Path: blob/main/a5/src/london_baseline.py
3764 views
1
# Calculate the accuracy of a baseline that simply predicts "London" for every
2
# example in the dev set.
3
# Hint: Make use of existing code.
4
# Your solution here should only be a few lines.
5
6