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
Hi author, sorry to bother you again, I have some questions about the results after processing some of the CCLE code, for example, after I run entire_main.py in Entire_Drug_Cell folder, it generates predict_data.csv and true_data.csv, but these two csv files contain 25 rows and 680 columns, but according to the data in CCLE, there should only be 24 drugs and 436 cell lines, may I ask why the generated results don't match the dimensions of the original matrix? Please correct me if I have any misunderstanding, thank you!
The text was updated successfully, but these errors were encountered:
The preview_ Data.csv and true_ Data.csv store the predicted results of the
test set after passing through the mask matrix. We used the mask matrix to
filter the unknown response data. The files contain 25 lines corresponding
to the results of 5 times 5-fold cross-validation. If you want to output
the result with the same dimension as the original response matrix, you
should modify the return section of the Optimizer.
Peinture-Lee ***@***.***> 于2023年11月1日周三 15:35写道:
Hi author, sorry to bother you again, I have some questions about the
results after processing some of the CCLE code, for example, after I run
entire_main.py in Entire_Drug_Cell folder, it generates predict_data.csv
and true_data.csv, but these two csv files contain 25 rows and 680 columns,
but according to the data in CCLE, there should only be 24 drugs and 436
cell lines, may I ask why the generated results don't match the dimensions
of the original matrix? Please correct me if I have any misunderstanding,
thank you!
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALAA7ZWZT3UCRUDNIEUYK3YCH3VBAVCNFSM6AAAAAA6Y4FEQSVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TCOBWGAZTAMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi author, sorry to bother you again, I have some questions about the results after processing some of the CCLE code, for example, after I run entire_main.py in Entire_Drug_Cell folder, it generates predict_data.csv and true_data.csv, but these two csv files contain 25 rows and 680 columns, but according to the data in CCLE, there should only be 24 drugs and 436 cell lines, may I ask why the generated results don't match the dimensions of the original matrix? Please correct me if I have any misunderstanding, thank you!
The text was updated successfully, but these errors were encountered: