mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
quick tests
This commit is contained in:
parent
86c7f33f23
commit
04411327e8
@ -296,9 +296,9 @@ def regression_engine(device, inputs, outputs, args, loss = torch.nn.MSELoss(),
|
|||||||
return regressions
|
return regressions
|
||||||
|
|
||||||
#@jit TODO: determine jit type
|
#@jit TODO: determine jit type
|
||||||
def elo(starting_score):
|
def elo(starting_score, observed, N, K):
|
||||||
|
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
@jit(forceobj=True)
|
@jit(forceobj=True)
|
||||||
def r_squared(predictions, targets): # assumes equal size inputs
|
def r_squared(predictions, targets): # assumes equal size inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user