We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pandas example gives an ImportError: http://patsy.readthedocs.org/en/latest/expert-model-specification.html
I think you can install numpy and pandas via a pip requirements file on readthedocs (haven't tried), and then it should work: http://read-the-docs.readthedocs.org/en/latest/faq.html
The least squares example (the LM class) gives a NameError: http://patsy.readthedocs.org/en/latest/library-developers.html Does LM stand for LinearModel? Maybe you can mention that in a class docstring?
The text was updated successfully, but these errors were encountered:
Thanks for the heads up! I've added a docstring to LM. As for the others, I'll have to see what the readthedocs folks say... readthedocs/readthedocs.org#217, readthedocs/readthedocs.org#218
Thanks for the feedback, very useful!
Sorry, something went wrong.
This is finally fixed. Many thanks to @mstimberg!
No branches or pull requests
The pandas example gives an ImportError:
http://patsy.readthedocs.org/en/latest/expert-model-specification.html
I think you can install numpy and pandas via a pip requirements file on readthedocs (haven't tried), and then it should work:
http://read-the-docs.readthedocs.org/en/latest/faq.html
The least squares example (the LM class) gives a NameError:
http://patsy.readthedocs.org/en/latest/library-developers.html
Does LM stand for LinearModel? Maybe you can mention that in a class docstring?
The text was updated successfully, but these errors were encountered: