-
Notifications
You must be signed in to change notification settings - Fork 3.3k
model comparison notebook #1595
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
Comments
I'm pretty green to statsmodels, but I would enjoy working on this as my first PR. Would the model comparison be for OLS, WLS, and GLS that are mentioned in the documentation (http://statsmodels.sourceforge.net/devel/regression.html), or are you meaning more of the logistic versus linear regression when you say model comparison? At any rate, look forward to hearing from ya. |
Matt, The issue is a bit old and there are now some notebooks covering this topic https://github.com/statsmodels/statsmodels/wiki/Examples However these could definitely use some cleanup, and there are many, many For example, here is one that gets into AIC a bit: http://nbviewer.jupyter.org/urls/umich.box.com/shared/static/vlrazg0wglamfqeqhp4y.ipynb Kerby On Sun, Feb 28, 2016 at 10:17 PM, Matt notifications@github.com wrote:
|
Good point. I see what cleanup and edits that may be needed in the links you provided. If there isn't anything major, can I swing back around to this page and get this issue closed out? Cheers. |
It doesn't hurt to leave the issue open, these notebooks that I pointed you Kerby On Mon, Feb 29, 2016 at 9:56 AM, Matt notifications@github.com wrote:
|
Ah... then I have a lot to learn. I'll get to work. Thanks for clarifying things for me. |
This issue has been cold for a few years now. I noticed that the notebooks have been getting more recent attention, so I don't know how relevant It still is. Is there some specific notebook that should be created/update? |
Do we have a notebook that does model comparison? If not, might be nice to cook one up showing how to use the methods provided by, say, the linear regression models.
The text was updated successfully, but these errors were encountered: