Skip to content

PERF: use statsmodels kde rather than scipy kde in plotting #3684

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

Closed
jreback opened this issue May 22, 2013 · 3 comments
Closed

PERF: use statsmodels kde rather than scipy kde in plotting #3684

jreback opened this issue May 22, 2013 · 3 comments
Labels
Performance Memory or execution speed performance Visualization plotting
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented May 22, 2013

pandas already uses statsmodels for various stat functions, this seems natural (and can always fall back to the currernt method of statsmodels is not available)

https://groups.google.com/forum/?fromgroups#!topic/pydata/sQVPKD1RTrs

@jseabold
Copy link
Contributor

I suppose there's no problem if statsmodels is a soft-dependency. We had problems with cyclical dependencies before.

@jreback
Copy link
Contributor Author

jreback commented May 22, 2013

yep..that's how its treated now (its done at run-time) rather than at the file level import
(in this particular case gaussian_kde from scipy is done the same way)

I believe @wesm wanted to use more statsmodels in any event

@jreback
Copy link
Contributor Author

jreback commented Sep 22, 2013

closed by #4316 (mostly)

@jreback jreback closed this as completed Sep 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance Visualization plotting
Projects
None yet
Development

No branches or pull requests

2 participants