Round 115

Round UUID: b9645b14-5cd5-4645-8e8f-f7882fdd39ac

Prompt:

Predict whether the entity will be "Effective" or "Ineffective" based on the following rules:

1. If ColourShift > 18 OR FizzIntensity < 25, predict "Effective"
2. If ColourShift is between 10 and 18 (inclusive) AND FizzIntensity is between 25 and 45 (inclusive), predict "Ineffective"  
3. If FizzIntensity > 45 AND ColourShift > 10, predict "Effective"
4. For all other cases, predict "Ineffective"

Apply these rules in order - use the first rule that matches the data.