small changes
This commit is contained in:
parent
70a76450d5
commit
8d01ed128d
Binary file not shown.
@ -19,7 +19,14 @@ def LRegresion(x,y):
|
|||||||
x = int(x[0:2])
|
x = int(x[0:2])
|
||||||
y = int(y[0:2])
|
y = int(y[0:2])
|
||||||
|
|
||||||
response = LogisticRegression_predict_proba(x, y, 13.67, 13, 3, 0, 1, 0)
|
response = LogisticRegression_predict_proba(position_x=x,
|
||||||
|
position_y=y,
|
||||||
|
angle = 13.67,
|
||||||
|
match_minute=13,
|
||||||
|
Number_Intervening_Opponents=3,
|
||||||
|
Number_Intervening_Teammates=0,
|
||||||
|
isFoot=1,
|
||||||
|
isHead=0)
|
||||||
print(x)
|
print(x)
|
||||||
print(y)
|
print(y)
|
||||||
print(response)
|
print(response)
|
||||||
|
Loading…
Reference in New Issue
Block a user