mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 01:29:10 +00:00
update analysis.py
This commit is contained in:
parent
3fbd7e3f90
commit
cffad6514e
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