You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
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
The text was updated successfully, but these errors were encountered: