Hello :qiime2:
I'm trying to generate a taxonomy table of two merged tables from two different runs.
This is the command:
qiime feature-classifier classify-sklearn --i-classifier ../../gg-13-8-99-515-806-nb-classifier.qza --i-reads new_merged_rep-seqs-dada2.qza --o-classification new_merge_taxonomy.qza
This is the following error:
Plugin error from feature-classifier:
The scikit-learn version (0.23.1) used to generate this artifact does not match the current version of scikit-learn installed (0.24.1). Please retrain your classifier for your current deployment to prevent data-corruption errors.
Debug info has been saved to /tmp/qiime2-q2cli-err-8os72p69.log
I'll appreciate your help
Thank you