Domanda

Simple, but really frustrating problem - TAB completion doesn't work with statsmodels package. I've tried different methods of installation (.exe or via pip; easy_install won't work), but no luck. Any suggestions?

È stato utile?

Soluzione

I'm not sure what this question means. What have you done so far? What do you expect to happen? I'm going to go out on a limb and say that maybe you got the import wrong. It should be

import statsmodels.api as sm
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top