-
Notifications
You must be signed in to change notification settings - Fork 13
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
Are you sure the code and data are consistent with the article? #7
Comments
And , According to the adata name you provided, I ran the GSE149383_drug_ERLOTINIB result with the parameters you provided, and found that the F1 value of scmodel was only 0.51, and the rocauc_score just 0.578: python scmodel_test.py --sc_data 'GSE149383' --dimreduce 'DAE' --drug 'ERLOTINIB' --bulk_h_dims "512,256" --bottleneck 512 --predictor_h_dims "256,128" --dropout 0.1 --lr 0.1 --sampling 'SMOTE' --printgene 'T' -mod 'new' |
@juychen @PegasusAM @OSU-BMBL-admin Hope to get your help and answer the doubt. |
For the dataset GSE112274-GEFITINIB, ~/anaconda3/envs/scdeal/bin/python bulkmodel.py --drug 'GEFITINIB' --dimreduce 'DAE' --encoder_h_dims "512,256" --predictor_h_dims "256,128" --bottleneck 64 --data_name 'GSE112274' --dropout 0.1 --lr 0.1 --sampling 'no' --printgene 'T' --mod 'new'~/anaconda3/envs/scdeal/bin/python scmodel_test.py --sc_data 'GSE112274' --dimreduce 'DAE' --drug 'GEFITINIB' --bulk_h_dims "512,256" --bottleneck 64 --predictor_h_dims "256,128" --dropout 0.1 --lr 0.1 --sampling 'no' --printgene 'T' -mod 'new'In the bulkmodel : |
Hi, thanks for your suggestions and questions. We are fixing the bugs and seeking for help from my colleague about the results issue. |
Did the author give an explanation of the results ? |
Hi, we are now testing the environment applied to generate the results. We will release the corresponding packaged environment, and the model weights soon. |
Hello, I encountered a few problems when using your data and code:
The text was updated successfully, but these errors were encountered: