Closed qdwang closed 10 years ago
after
python train_classifier.py movie_reviews --classifier sklearn.LinearSVC
I got this
train_classifier.py: error: argument --classifier/--algorithm: invalid choice: ' sklearn.LinearSVC' (choose from 'NaiveBayes', 'DecisionTree', 'Maxent', 'GIS', ' IIS', 'CG', 'BFGS', 'Powell', 'LBFGSB', 'Nelder-Mead', 'MEGAM', 'TADM')
In python, I CAN import sklearn with no error or warning.
How can i solve this?
THX~
I found that I need to install numpy-MKL.
Solved.
after
I got this
In python, I CAN import sklearn with no error or warning.
How can i solve this?
THX~