Hacker News new | past | comments | ask | show | jobs | submit login

> Now I'm realizing if we all avoid common names for packages then this whole class of issue goes away.

The issue also just goes away if you just do it yourself with pretty much no effort:

    from sklearn.feature_extraction import text as feat_text
    tfidf = feat_text.TfidfVectorizer()



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: