Round UUID: f2acb097-dda9-4efc-bbbc-8c136849c2d4
Prompt:
Analyze the entity data and classify it as either "Effective" or "Ineffective" based on the following rules: 1. If FizzIntensity is greater than or equal to 42.0, classify as "Effective" 2. If FizzIntensity is less than 30.0, classify as "Ineffective" 3. If FizzIntensity is between 30.0 and 42.0 (inclusive of 30.0, exclusive of 42.0): - If ColourShift is greater than or equal to 20.0, classify as "Effective" - If ColourShift is less than 20.0 AND FizzIntensity is greater than or equal to 37.0, classify as "Effective" - Otherwise, classify as "Ineffective" Apply these rules in order and return only "Effective" or "Ineffective" as your classification.