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
484adfcda8
commit
acdcb42e6d
@ -296,9 +296,9 @@ def regression_engine(device, inputs, outputs, args, loss = torch.nn.MSELoss(),
|
||||
return regressions
|
||||
|
||||
#@jit TODO: determine jit type
|
||||
def elo(starting_score):
|
||||
|
||||
def elo(starting_score, observed, N, K):
|
||||
|
||||
pass
|
||||
|
||||
@jit(forceobj=True)
|
||||
def r_squared(predictions, targets): # assumes equal size inputs
|
||||
|
Loading…
Reference in New Issue
Block a user