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
1003 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