Round 329

Round UUID: 5ff6bc2c-ef1c-4c4a-b873-823f29df4e63

Prompt:

The task is to classify entities as either 'Fylaran' or 'Qtharri' based on their features. Apply the following rules:

1. Classify as 'Fylaran' if the mean_orbital_radius is > 2.6 and the mean_core_density is < 0.92.
2. Classify as 'Qtharri' if the mean_orbital_radius is <= 2.6 or the mean_core_density is >= 0.92.

Use these rules consistently to make predictions. If any features are missing, label them as 'unknown' and do not classify.