annaritz / cancer-drug-pred

Source code for Cancer Drug Prediction based on Genetic Mutations
GNU General Public License v3.0
0 stars 0 forks source link

Last Experiment: Identifying Unknown Patient Status #2

Open annaritz opened 4 years ago

annaritz commented 4 years ago

The Goal: show how this can be useful for unknown-status patients. One example: take patients with little data (or unknown end-status), predict drugs, and then see if (a) those drugs were administered or (b) if those drugs weren't.

annaritz commented 4 years ago

Ran method on one patient w/ unknown status -- predicted same drug that was administered!
Next up, do this for multiple patients - first, figure out about how many patients have unknown status. Keep track of (drug & confidence score) for every patient. We can then calculate:

annaritz commented 4 years ago

One idea: have ds_pipeline() function STOP after fitting the model and return model. Then, you can have a test_random_patient() function, and a test_specific_patient() function. In test_specific_patient(), you want to pass in patientID.

annaritz commented 4 years ago

Getting Results into the paper: