1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 09:23:25 +00:00

update analysis.py

This commit is contained in:
ltcptgeneral 2018-11-29 09:33:18 -06:00
parent 944cb31883
commit 8d2dedc5a2
2 changed files with 1 additions and 2 deletions
data analysis

@ -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)