Hi,
I try to use silva classifier as provided in the "Taxonomy classifiers for use with q2-feature-classifier" tutorial. when i run the command:
qiime feature-classifier classify-sklearn --i-classifier silva-119-99-515-806-nb-classifier.qza --i-reads rep-seqs.qza --o-classification taxonomy-silva.qza
I get this error:
Plugin error from feature-classifier:
The scikit-learn version (0.19.1) used to generate this artifact does not match the current version of scikit-learn installed (0.20.2). Please retrain your classifier for your current deployment to prevent data-corruption errors.
so i try to downgrade the scikit-learn by this command:
conda install --override-channels -c defaults scikit-learn=0.19.1
But this command removed the
q2-feature-classifier-2019.1.0-py36_0
And when when I try use qiime feature-classifier
I get:
Error: No such command "feature-classifier".
So, my question is: How can i install the scikit-learn 0.19.1 without remove the "feature-classifier" option.
Or, there is an another way to slassify my data?
Thank you
Ehud