Skip to content

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

Open
jseabold opened this issue Apr 16, 2014 · 7 comments
Open

model comparison notebook #1595

jseabold opened this issue Apr 16, 2014 · 7 comments

Comments

@jseabold
Copy link
Member

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.

@mattOBham
Copy link

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.

@kshedden
Copy link
Contributor

Matt,

The issue is a bit old and there are now some notebooks covering this topic
at the following two locations:

http://kshedden.github.io/

https://github.com/statsmodels/statsmodels/wiki/Examples

However these could definitely use some cleanup, and there are many, many
topics and techniques that are not covered in notebooks. So lots of
opportunities to contribute there.

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:

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.


Reply to this email directly or view it on GitHub
#1595 (comment)
.

@mattOBham
Copy link

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.

@kshedden
Copy link
Contributor

It doesn't hurt to leave the issue open, these notebooks that I pointed you
to aren't even part of the statsmodels distribution yet. We could use some
help migrating notebooks into the official documentation, and writing new
documentation notebooks.

Kerby

On Mon, Feb 29, 2016 at 9:56 AM, 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.


Reply to this email directly or view it on GitHub
#1595 (comment)
.

@mattOBham
Copy link

Ah... then I have a lot to learn. I'll get to work. Thanks for clarifying things for me.

@TomAugspurger
Copy link
Contributor

@maobrien11235 that'd be great if you want to get those into the official docs. The notebooks go here and are built with this script to execute the notebooks and convert to HTML. I've got a bit more documentation here. Just ping me if you have any troubles.

@feliciov
Copy link

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?

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

No branches or pull requests

5 participants