Round UUID: aa19b8eb-8dd2-46f2-8e2d-b8f24c42b7fe
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.86, classify as Fylaran. 2) Else if mean_core_density >= 0.96, classify as Qtharri. 3) Else if (mean_tidal_distortion > 400 AND mean_ring_system_complexity < 0.90), classify as Qtharri. 4) Else if mean_tidal_distortion > 400, classify as Fylaran. 5) Else if (mean_surface_roughness < 300 AND mean_atmospheric_depth < 7), classify as Qtharri. 6) Otherwise, classify as Fylaran. Return only the single word "Fylaran" or "Qtharri" as your answer.