Round UUID: 01b6c8f0-05d2-4f7f-968d-8785e2cf27a1
Prompt:
You are given a row of entity data. Follow these classification rules to decide if the entity is Fylaran or Qtharri: 1) If mean_core_density ≤ 0.885, classify as Fylaran. 2) Else if mean_core_density ≥ 0.960, classify as Qtharri. 3) Otherwise, if mean_surface_roughness < 220 AND mean_atmospheric_depth < 7, classify as Qtharri. 4) If none of these conditions match, classify as Fylaran. Return only the single word "Fylaran" or "Qtharri" as your answer.