Round UUID: a03901d6-c1a5-4c47-a352-9f84d9f4d9a2
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 - Extended Treatment Beta Failure Rule**: If Histogen_Complex is "Beta" AND Treatment_Months is greater than 140 AND TcQ_mass is greater than 30000, predict FAILURE. **RULE 3 - Delta Treatment 89 High Mass Rule**: If Histogen_Complex is "Delta" AND Treatment_Months is between 88 and 91 AND TcQ_mass is greater than 20000, predict FAILURE. **RULE 4 - High Genetic A Delta Rule**: If Histogen_Complex is "Delta" AND Genetic_Class_A_Matches is 4 or higher, predict FAILURE. **RULE 5 - Delta Male Narrow Success Rule**: If Histogen_Complex is "Delta" AND Sex is "male" AND TcQ_mass is between 7500 and 7800 AND Genetic_Class_B_Matches equals 1, predict SUCCESS. **RULE 6 - Extremely High TcQ Beta Success Rule**: If Histogen_Complex is "Beta" AND TcQ_mass is greater than 250000, predict SUCCESS. **RULE 7 - Delta Low Mass B1 Rule**: If Histogen_Complex is "Delta" AND TcQ_mass is less than 7500 AND Genetic_Class_B_Matches equals 1, predict FAILURE. **RULE 8 - Omicron Female High Mass Rule**: If Histogen_Complex is "Omicron" AND Sex is "female" AND TcQ_mass is greater than 25000, predict FAILURE. **RULE 9 - Beta Moderate Mass Success Rule**: If Histogen_Complex is "Beta" AND TcQ_mass is between 10000 and 35000 AND Treatment_Months is less than 135, predict SUCCESS. **RULE 10 - Delta Moderate Success Rule**: If Histogen_Complex is "Delta" AND TcQ_mass is between 10000 and 15000 AND Genetic_Class_B_Matches is 2 or higher, predict SUCCESS. **RULE 11 - Treatment Around 89 Low Mass Rule**: If Treatment_Months is between 88 and 90 AND Histogen_Complex is "Delta" AND Sex is "male" AND TcQ_mass is less than 9000, predict FAILURE. **RULE 12 - Short Treatment High Mass Failure Rule**: If Treatment_Months is less than 40 AND TcQ_mass is greater than 27000 AND (Genetic_Class_A_Matches + Genetic_Class_B_Matches) is 7 or higher, predict FAILURE. **RULE 13 - High Mass General Success Rule**: If TcQ_mass is greater than 90000 AND Histogen_Complex is "Beta" AND Treatment_Months is less than 130, predict SUCCESS. **RULE 14 - Omicron Male Success Rule**: If Histogen_Complex is "Omicron" AND Sex is "male" AND TcQ_mass is greater than 15000, predict SUCCESS. **RULE 15 - Beta Treatment 135-140 Rule**: If Histogen_Complex is "Beta" AND Treatment_Months is between 135 and 140 AND TcQ_mass is between 30000 and 40000, predict FAILURE. **RULE 16 - Delta Male Moderate Mass B1 Success Rule**: If Histogen_Complex is "Delta" AND Sex is "male" AND TcQ_mass is between 15000 and 25000 AND Genetic_Class_B_Matches equals 1 AND Treatment_Months is not between 88 and 91, predict SUCCESS. **DEFAULT RULE**: If none of the above rules apply: - If TcQ_mass is greater than 25000 AND Histogen_Complex is not "Omicron", predict SUCCESS - Otherwise, predict FAILURE Apply these rules in order from 1 to 16. Use the first rule that matches. If no rules match, use the DEFAULT RULE. Output only one word: either "Success" or "Failure".