Skip to content
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

make it easy to fit a model to data given in a pandas dataframe #1

Open
timodonnell opened this issue Jun 3, 2016 · 2 comments
Open

Comments

@timodonnell
Copy link
Member

and also specifying columns names for the parameters of the model, so we can extract a dataframe of fit results (I find myself manually doing this all the time)

@arahuja
Copy link

arahuja commented Jun 3, 2016

@timodonnell if you are interested and haven't started on this yet I can contribute my code that wrapped Stan and patsy to build simple linear models and extract some of the output into a dataframe (similar to the statsmodels model summary)

i. e.

image
s
I didn't do more than prototype this, but happy to flesh it out.

@timodonnell
Copy link
Member Author

Sure, that would be awesome @arahuja !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants