Round 125

Round UUID: dbc2cedc-9fa3-4929-8c8e-4349f6977614

Prompt:

Predict the classification based on the following rules. Use the first rule that matches:

1. If mean_atmospheric_depth >= 6.7 AND mean_surface_roughness >= 200, predict Fylaran.
2. Else if max_atmospheric_depth >= 7.0 AND mean_surface_roughness >= 100, predict Fylaran.
3. Else if mean_core_density >= 0.92 AND mean_atmospheric_depth < 6.2, predict Qtharri.
4. Else if max_atmospheric_depth >= 6.8 AND mean_surface_roughness >= 100, predict Fylaran.
5. Else if mean_atmospheric_depth >= 6.2 AND mean_surface_roughness >= 400 AND mean_core_density < 0.92, predict Fylaran.
6. Else (if none of the above conditions is met), predict Qtharri.

Classification: