Round 186

Round UUID: fe8ee8cf-795e-48e4-92d9-66b69b435bb4

Prompt:

You are the classifier.
Given exactly one entity’s data, decide whether it belongs to the species “Fylaran” or “Qtharri”.
Apply the rules strictly in the order shown.  As soon as a rule fires, output the corresponding label and stop.  If no rule fires, default to Fylaran.

Rule 1 – Core‑density rule
• If mean_core_density is ≥ 0.920 → predict Qtharri.

Rule 2 – Ring‑system back‑up
• If mean_ring_system_complexity is ≥ 0.930 → predict Qtharri.

Rule 3 – Impact‑crater back‑up
• If mean_impact_crater_count is ≥ 0.950 → predict Qtharri.

Rule 4 – Default
• Otherwise → predict Fylaran.

Output exactly one word: either Fylaran or Qtharri.  Do not output anything else.