I'm trying to use the tool "qiime2 feature-classifier classify-sklearn" on galaxy but I'm using green genes v2024. I am running in this error: "The scikit-learn version (1.4.2) used to generate this artifact does not match the current version of scikit- learn installed (0.24.1)."
Is there another tool I can use to classify my sequences that would support the 2024 version?
Hi @Joseph_Sahakian,
Welcome to the forum!
I believe you simply need to update to the latest version of qiime2. This error is indicating that the greengenes2 classifier is using a more up to date version of scikit-learn than what is installed in the qiime2 environment you are using. If you update to the latest version of qiime2 this should resolve this issue.
--Hannah