Round 292

Round UUID: 3fd3bc95-5877-4325-a0fe-931cce034895

Prompt:

Predict whether the outcome will be Success or Failure based on the following rules:

1. If TcQ_mass >= 50000 AND Genetic_Class_A_Matches <= 2, predict Success
2. If Cohort is "Delhi" AND Treatment_Months >= 70 AND TcQ_mass < 80000, predict Success
3. If Cohort is "Delhi" AND Treatment_Months >= 70 AND TcQ_mass >= 80000, predict Failure
4. If Cohort is "Lisbon" AND TcQ_mass >= 20000 AND Treatment_Months >= 85, predict Success
5. If Cohort is "Lisbon" AND TcQ_mass < 20000, predict Failure
6. If Treatment_Months >= 100 AND TcQ_mass >= 15000 AND Genetic_Class_A_Matches <= 2, predict Success
7. If Histogen_Complex is "Beta" AND Treatment_Months >= 150 AND Genetic_Class_A_Matches >= 2, predict Failure
8. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150 AND TcQ_mass < 100000, predict Success
9. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150 AND TcQ_mass >= 100000, predict Failure
10. If Histogen_Complex is "Omicron" AND TcQ_mass >= 25000 AND Genetic_Class_A_Matches >= 2, predict Failure
11. If Histogen_Complex is "Omicron" AND TcQ_mass >= 10000 AND TcQ_mass < 25000 AND Cohort is "Melbourne", predict Success
12. If TcQ_mass < 8000 AND Treatment_Months < 85, predict Failure
13. If Treatment_Months < 60 AND TcQ_mass >= 15000 AND TcQ_mass < 20000 AND Genetic_Class_A_Matches <= 2, predict Success
14. If Treatment_Months < 70 AND Cohort is "Melbourne" AND TcQ_mass < 25000 AND Histogen_Complex != "Omicron", predict Failure
15. If Genetic_Class_A_Matches >= 4, predict Failure
16. For all other cases: if Treatment_Months >= 95 AND TcQ_mass >= 12000, predict Success; otherwise predict Failure