Skip to content

Commit

Permalink
Merge pull request cgpotts#39 from insop/insop/resolve_conflict
Browse files Browse the repository at this point in the history
Resolve conflict from previous merge
  • Loading branch information
cgpotts authored Jan 13, 2020
2 parents a259f13 + 3824761 commit ba304b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions hw_wordsim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1073,12 +1073,7 @@
"\n",
"People who enter will receive the additional homework point, and people whose systems achieve the top score will receive an additional 0.5 points. We will test the top-performing systems ourselves, and only systems for which we can reproduce the reported results will win the extra 0.5 points.\n",
"\n",
<<<<<<< HEAD
"Late entries will be accepted, but they cannot earn the extra 0.5 points. Similarly, you cannot win the bake-off unless your homework is submitted on time.\n",
=======
"Late entries will be accepted, but they cannot earn the extra 0.5 points. Similarly, you \n",
"cannot win the bake-off unless your homework is submitted on time.\n",
>>>>>>> origin/master
"\n",
"The announcement will include the details on where to submit your entry."
]
Expand Down
7 changes: 0 additions & 7 deletions np_sgd_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,9 @@ def fit(self, feat_matrix, labels):
self.coef_[label_index] += self.eta * rep

def predict_one(self, rep, costs=0.0):
<<<<<<< HEAD
"""The core classification function. The code just needs to
figure out which class is highest scoring and make a random
choice from that set (in case of ties).
=======
"""The core classification function. After using
`predict_one`, the code just needs to figure out which
class is highest scoring and make a random choice from that
set (in case of ties).
>>>>>>> origin/master
Parameters
----------
Expand Down

0 comments on commit ba304b2

Please sign in to comment.