mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
update analysis.py
This commit is contained in:
parent
944cb31883
commit
8d2dedc5a2
Binary file not shown.
@ -679,8 +679,7 @@ def tanh_regression(x, y):
|
||||
|
||||
for i in range(len(x)):
|
||||
z = x[i]
|
||||
exec("vals.append(" + eq_str + ")") in globals(), locals()
|
||||
|
||||
exec("vals.append(" + eq_str + ")")
|
||||
_rms = rms(vals, y)
|
||||
r2_d2 = r_squared(vals, y)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user