-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i made a mistake. i have no idea with it. need some help #24
Comments
Hi, What is your version of sklearn? |
Name: scikit-learn |
It's possible this version has changed significantly since development. I'd suggest installing the version listed in the Readme and see if that helps. |
Hi, When I downgrade the version of scikit-learn to 0.24 and run the program again, with the following code, I still encounter an error. /software1/envs/vRhyme/bin/vRhyme:16: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html there is still somothing wrong. |
Did any errors occur or just a warning? |
Hello. Just wanted to comment that I had the same problem, downgraded scikit-learn and it worked. No errors, just that warning. |
thanks a lot. i will try it again. |
Hello. $ test_vRhyme.py |
Hello there
I simply used pip install scikit-learn==version while in the conda environment.
El 21 set. 2023, a les 16:55, Tina-MengyingWANG ***@***.***> va escriure:
Hello.
May I ask how you downgraded scikit-learn?
I installed vRhyme following the full instruction with 'pip install .'.
However when I tried to downgrade scikit-learn using 'conda install scikit-learn=0.23.0', all the packages including 'vRhyme=1.1.0' installed by 'pip install .' in the conda env can not be found.
$ test_vRhyme.py
-bash: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/test_vRhyme.py: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/python3.10: bad interpreter: No such file or directory
—
Reply to this email directly, view it on GitHub<#24 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUIHVGMJLCUTXYB7BDFEXBTX3RINDANCNFSM6AAAAAA2AV3IUM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you so much! I will try it again. |
using scikit-learn=0.23.0 didin't work for me, I just downgraded from version 1.3 to 1.2 and works perfectly :D |
May I ask what you downgraded scikit-learn version? |
(vRhyme) nohup vRhyme -i /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.fa -g /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.ffn -p /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.faa -r total-fastq/*.fastq -t 40 -o out-23.7.6 --method longest
/software1/envs/vRhyme/bin/vRhyme:16: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "/software1/envs/vRhyme/bin/vRhyme", line 960, in
net_data = machine_stuff.machine_stuff(distances, presets, model_method, pairs_machine, cohen_machine, iterations, cohen_check)
File "/software1/envs/vRhyme/bin/machine_stuff.py", line 73, in machine_stuff
model_ET = pickle.load(read_model_ET)
File "sklearn/tree/_tree.pyx", line 714, in sklearn.tree._tree.Tree.setstate
File "sklearn/tree/_tree.pyx", line 1418, in sklearn.tree._tree._check_node_ndarray
ValueError: node array from the pickle has an incompatible dtype:
The text was updated successfully, but these errors were encountered: