Round 99

Round UUID: 6af20c5a-aeee-43ce-91ca-a06e6c88a393

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.90, classify the entity as Fylaran.
2) Otherwise, classify it as Qtharri.

Return only one of the words "Fylaran" or "Qtharri" as your answer, depending on which rule applies.