Round 287

Round UUID: b492367d-9f7d-4cf4-b091-3914389cb02c

Prompt:

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

1. If Treatment_Months >= 100, predict Success
2. If Cohort is "Delhi" or "Lisbon", predict Success
3. If TcQ_mass >= 50000, predict Success
4. If Treatment_Months < 70 AND Cohort is "Melbourne", predict Failure
5. If TcQ_mass < 10000 AND Cohort is "Melbourne", predict Failure
6. If Histogen_Complex is "Beta" AND Treatment_Months >= 80, predict Success
7. For all other cases: if Treatment_Months >= 85, predict Success; otherwise predict Failure