You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the examples 4 and 5 by code, but it show ImportError: No module named sklearn (see below). Can you help figure out the problem? Thank you
Code for example 4:
python AnnoPred.py --sumstats=test_data/GWAS_sumstats.txt --ref_gt=test_data/test --val_gt=test_data/test --coord_out=test_output/coord_out --N_sample=69033 --annotation_flag="tier3" --P=0.1 --local_ld_prefix=tmp_test/local_ld --out=test_output/test --temp_dir=tmp_test
It shows error as blow:
Traceback (most recent call last):
File "AnnoPred.py", line 8, in
from annopred import pred_main, LD_PyWrapper
File "/group/biostat-lab/AnnoPred/annopred/pred_main.py", line 19, in
from sklearn import metrics
ImportError: No module named sklearn
The text was updated successfully, but these errors were encountered:
I am trying to run the examples 4 and 5 by code, but it show ImportError: No module named sklearn (see below). Can you help figure out the problem? Thank you
Code for example 4:
python AnnoPred.py --sumstats=test_data/GWAS_sumstats.txt --ref_gt=test_data/test --val_gt=test_data/test --coord_out=test_output/coord_out --N_sample=69033 --annotation_flag="tier3" --P=0.1 --local_ld_prefix=tmp_test/local_ld --out=test_output/test --temp_dir=tmp_test
It shows error as blow:
Traceback (most recent call last):
File "AnnoPred.py", line 8, in
from annopred import pred_main, LD_PyWrapper
File "/group/biostat-lab/AnnoPred/annopred/pred_main.py", line 19, in
from sklearn import metrics
ImportError: No module named sklearn
The text was updated successfully, but these errors were encountered: