/Users/macair/opt/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_feature_classifier/classifier.py:102: UserWarning: The TaxonomicClassifier artifact that results from this method was trained using scikit-learn version 0.22.1. It cannot be used with other versions of scikit-learn. (While the classifier may complete successfully, the results will be unreliable.)
warnings.warn(warning, UserWarning)
Hi @Muhammad_Arslan - the error is coming from your operating system, it is letting you know that for some reason the command was killed. It looks like you might be running this command on a macos machine - it is probable that you simply don't have enough memory to train a classifier on a large database like SILVA. Can you confirm the available memory on this machine for us?
Thanks Matthew for the comment. This is correct, I am using macOS (big sur). I have around 66 gb of free space (see attachment). Do you think 66 gb is not sufficient??
@Muhammad_Arslan - those numbers are your disk storage space, which unfortunately is not the same thing as memory (RAM). The memory should be listed on the "Overview" tab, like this:
I tried to use pre-trained classifiers but sklearn version I have is 0.24.2 and the newest trained classifer I can find os on 0.24.1. I tried installing the old version but it doesn't help either. I am in a dire need to finish some analysis and looking forward to any quick help (please!).
when I add --versobe, I get the following message additionally
/Users/macair/opt/miniconda3/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_feature_classifier/classifier.py:102: UserWarning: The TaxonomicClassifier artifact that results from this method was trained using scikit-learn version 0.24.2. It cannot be used with other versions of scikit-learn. (While the classifier may complete successfully, the results will be unreliable.)
@thermokarst
I just noticed that you already posted a response to my query earlier. Thanks
Here is the screenshot of my system! So 8 GB is not enough for this purpose? Previously, it worked fine in 2020 for the same purpose when I was using even older macOS.