gde baseline added
This commit is contained in:
parent
9324d1134e
commit
f6d70e833d
|
|
@ -0,0 +1,5 @@
|
|||
import numpy as np
|
||||
|
||||
|
||||
def get_score(pred1, pred2):
|
||||
return np.mean(pred1 == pred2)
|
||||
Loading…
Reference in New Issue