Round UUID: 6a1b76bf-8227-4f5a-a7b2-4e7b950cd6af
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 AND Histogen_Complex != "Beta", predict Success 4. If Cohort is "Delhi" AND Treatment_Months < 70 AND TcQ_mass >= 15000, predict Success 5. If Cohort is "Lisbon" AND TcQ_mass >= 20000 AND Treatment_Months >= 85, predict Success 6. If Cohort is "Lisbon" AND TcQ_mass < 20000, predict Failure 7. If Treatment_Months >= 100 AND TcQ_mass >= 15000 AND Genetic_Class_A_Matches <= 2, predict Success 8. If Histogen_Complex is "Beta" AND Treatment_Months >= 150 AND Genetic_Class_A_Matches >= 2, predict Failure 9. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150 AND TcQ_mass >= 30000 AND TcQ_mass < 85000, predict Success 10. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150 AND TcQ_mass < 30000, predict Failure 11. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150 AND TcQ_mass >= 85000, predict Failure 12. If Histogen_Complex is "Omicron" AND TcQ_mass >= 50000 AND Genetic_Class_A_Matches == 2, predict Success 13. If Histogen_Complex is "Omicron" AND TcQ_mass >= 25000 AND Genetic_Class_A_Matches >= 3, predict Failure 14. If Histogen_Complex is "Omicron" AND Treatment_Months >= 150, predict Failure 15. If Histogen_Complex is "Omicron" AND TcQ_mass >= 10000 AND TcQ_mass < 15000 AND Cohort is "Melbourne", predict Failure 16. If Histogen_Complex is "Delta" AND Treatment_Months >= 60 AND TcQ_mass >= 15000, predict Success 17. If Histogen_Complex is "Delta" AND Treatment_Months >= 60 AND TcQ_mass < 10000, predict Success 18. If TcQ_mass < 8000 AND Treatment_Months < 60, predict Failure 19. If Treatment_Months < 60 AND TcQ_mass >= 15000 AND TcQ_mass < 20000 AND Genetic_Class_A_Matches <= 2, predict Success 20. If Treatment_Months < 70 AND Cohort is "Melbourne" AND TcQ_mass < 25000 AND Histogen_Complex != "Omicron" AND Histogen_Complex != "Delta", predict Failure 21. If Genetic_Class_A_Matches >= 4, predict Failure 22. For all other cases: if Treatment_Months >= 95 AND TcQ_mass >= 12000, predict Success; otherwise predict Failure