Round 278

Round UUID: fe060984-61fb-4ee5-bb77-746cb08e723f

Prompt:

Use the following classification rules to decide whether an entity is “Fylaran” or “Qtharri.” Once a rule applies, you need not check subsequent rules:

1) If mean_core_density > 0.92, label the entity as Qtharri.
2) Otherwise, if mean_surface_roughness > 500, label the entity as Fylaran.
3) Otherwise, if mean_tidal_distortion > 400, label the entity as Fylaran.
4) Otherwise, if mean_surface_roughness > 400 AND mean_tidal_distortion > 250, label the entity as Fylaran.
5) Otherwise, label the entity as Qtharri.

These rules are designed to reduce misclassifications seen in the previous examples.