-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linear regression (the actual main function of garnet) #3
Comments
alexlenail
changed the title
linear regression (probably in pandas) (the actual main function of garnet)
linear regression (the actual main function of garnet)
Feb 9, 2017
These are the options for p-value like values we might want to return, @AmandaKedaigle http://connor-johnson.com/2014/02/18/linear-regression-with-python/ |
Just waiting on the plots: |
Done I think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like the way is using statsmodels:
http://stackoverflow.com/questions/19991445/run-an-ols-regression-with-pandas-data-frame
The text was updated successfully, but these errors were encountered: