Hi all, my sequence amplifying V4 region. I’m trying to change my scikit-learn version to 0.21.2 in order to use the V4 classifier (I’m using Qiime2-2020.2).
I’m using the command1: conda install --override-channels -c defaults scikit-learn=0.21.2. After running command1, I run command2: qiime feature-classifierclassify-sklearn --i-classifier silva-V4-qiime2019_10.qza --i-reads rep-seqs.qza --o-classification taxonomy.qza. However, I still get the following error.
The scikit-learn version (0.21.2) used to generate this artifact does not match thecurrent version of scikit-learn installed (0.22.1). Please retrain your classifier for your current deployment to prevent data-corruption errors.
What should I do? Please help. Thanks in advance