Round 290

Round UUID: cc947e41-4e3d-4435-8a4c-3d07b8dae92d

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, predict Success
3. If Cohort is "Lisbon" AND TcQ_mass >= 10000, predict Success
4. If Cohort is "Lisbon" AND Treatment_Months >= 85, predict Success (even with low TcQ_mass)
5. If Treatment_Months >= 100 AND TcQ_mass >= 15000 AND Genetic_Class_A_Matches <= 2, predict Success
6. If Histogen_Complex is "Beta" AND Treatment_Months >= 150 AND Genetic_Class_A_Matches >= 2, predict Failure
7. If Histogen_Complex is "Beta" AND Treatment_Months >= 80 AND Treatment_Months < 150, predict Success
8. If Histogen_Complex is "Omicron" AND TcQ_mass >= 25000 AND Genetic_Class_A_Matches >= 2, predict Failure
9. If Histogen_Complex is "Omicron" AND TcQ_mass >= 25000 AND Genetic_Class_A_Matches < 2, predict Success
10. If TcQ_mass < 10000 AND Treatment_Months < 85, predict Failure
11. If Treatment_Months < 70 AND Cohort is "Melbourne" AND TcQ_mass < 25000, predict Failure
12. If Genetic_Class_A_Matches >= 3, predict Failure
13. For all other cases: if Treatment_Months >= 90 AND TcQ_mass >= 8000, predict Success; otherwise predict Failure