Round UUID: 162161ac-7501-4011-a709-cc93c3db3a9b
Prompt:
Analyze the entity data and predict whether the outcome will be Success or Failure based on the following rules: **RULE 1 - Zero TcQ_mass Rule**: If TcQ_mass equals 0.0, predict FAILURE (regardless of other factors). **RULE 2 - Lisbon Delta Male Rule**: If Cohort is "Lisbon" AND Histogen_Complex is "Delta" AND Sex is "male" AND TcQ_mass is greater than 7500, predict SUCCESS. **RULE 3 - High TcQ_mass Rule**: If TcQ_mass is greater than 40000, predict SUCCESS. **RULE 4 - Short Treatment High Mass Rule**: If Treatment_Months is less than 20 AND TcQ_mass is greater than 20000, predict FAILURE. **RULE 5 - High Genetic Class B Rule**: If Genetic_Class_B_Matches is 3 or higher AND TcQ_mass is greater than 15000, predict SUCCESS. **RULE 6 - Beta Complex Rule**: If Histogen_Complex is "Beta" AND TcQ_mass is greater than 10000, predict SUCCESS. **RULE 7 - Delta High Genetic A Rule**: If Histogen_Complex is "Delta" AND Genetic_Class_A_Matches is 4 or higher AND TcQ_mass is less than 40000, predict FAILURE. **RULE 8 - Delta Low Mass Rule**: If Histogen_Complex is "Delta" AND TcQ_mass is less than 10000 AND Genetic_Class_B_Matches equals 1, predict FAILURE. **RULE 9 - Omicron Male Mid-Range Rule**: If Histogen_Complex is "Omicron" AND Sex is "male" AND TcQ_mass is between 12000 and 15000, predict SUCCESS. **DEFAULT RULE**: If none of the above rules apply: - If TcQ_mass is greater than 20000, predict SUCCESS - Otherwise, predict FAILURE Apply these rules in order from 1 to 9. Use the first rule that matches. If no rules match, use the DEFAULT RULE. Output only one word: either "Success" or "Failure".