Round UUID: 1a0279a3-3e2c-4804-87ba-02a1ffb7ada5
Prompt:
Predict whether the outcome will be Success or Failure based on the following rules: 1. If TcQ_mass >= 50000, 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 Treatment_Months >= 100 AND TcQ_mass >= 15000, predict Success 5. If Treatment_Months >= 100 AND Genetic_Class_A_Matches <= 1 AND TcQ_mass < 15000, predict Failure 6. If TcQ_mass < 10000 AND Genetic_Class_A_Matches <= 1, predict Failure 7. If Treatment_Months < 70 AND Cohort is "Melbourne" AND TcQ_mass < 25000, predict Failure 8. If Histogen_Complex is "Beta" AND Treatment_Months >= 150, predict Success 9. If Histogen_Complex is "Beta" AND Treatment_Months < 150 AND Genetic_Class_A_Matches >= 2, predict Failure 10. If Histogen_Complex is "Omicron" AND TcQ_mass >= 25000, predict Success 11. For all other cases: if Treatment_Months >= 85 AND TcQ_mass >= 12000, predict Success; otherwise predict Failure