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
I'm using porter 0.7.4. and scikit-learn 0.20.0 (using conda) and
When I used “from sklearn_porter import Porter”
I got the error:
ImportError: cannot import name 'Porter'
Why about it?
The text was updated successfully, but these errors were encountered:
I had the same issue for a while, till I realized that the Python file where I was running the example had the same name as sklean_porter (sklean_porter.py).
I'm using porter 0.7.4. and scikit-learn 0.20.0 (using conda) and
When I used “from sklearn_porter import Porter”
I got the error:
ImportError: cannot import name 'Porter'
Why about it?
The text was updated successfully, but these errors were encountered: