mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
stuff
This commit is contained in:
parent
f8267e17a5
commit
86c7f33f23
@ -295,6 +295,11 @@ def regression_engine(device, inputs, outputs, args, loss = torch.nn.MSELoss(),
|
|||||||
|
|
||||||
return regressions
|
return regressions
|
||||||
|
|
||||||
|
#@jit TODO: determine jit type
|
||||||
|
def elo(starting_score):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@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