Skip to content
Snippets Groups Projects
Commit 26f226d4 authored by Steinmann's avatar Steinmann
Browse files

tidied up optimisation equations and ToDo's

parent 848a8e1e
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -48,5 +48,5 @@ def regress_pump():
ax1.set_ylim([0,10])
plt.tight_layout()
print(f'R^2{LR_H.score(X,df['H'])}')
print(f'R^2{LR_P.score(X2,df['P'])}')
print(f'R^2{LR_P.score(X2,df['P']*1000)}')
return LR_H,LR_P
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment