Round UUID: 8eb5da29-c338-4ac6-90b8-b719ab25e791
Prompt:
Analyze the Entity Data based on SecretHandshakeQuality (SHQ) and AccentThickness (AT) to determine if the entity is a {positive_label} or {negative_label}. Apply the following rules in order: 1. If SHQ > 80 AND AT < 40, predict {positive_label}. 2. Else if SHQ > 70 AND AT < 38, predict {positive_label}. 3. Else if SHQ > 60 AND SHQ <= 70 AND AT < 30, predict {positive_label}. 4. Else if SHQ <= 60 AND AT < 20, predict {positive_label}. 5. Otherwise, predict {negative_label}label_negative}.