| { | |
| "gene": { | |
| "id": "8c55b944-5cee-4f6b-9ab7-24c091b46116", | |
| "parent_ids": [ | |
| "77d9e06b-c51f-477a-9081-b0ff15cab73d" | |
| ], | |
| "timestamp": 1744295132.8621502, | |
| "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()" | |
| }, | |
| "score": 1.420574763731187, | |
| "validation_score": 1.3495460255446277, | |
| "validated_at": 1744295234.035982 | |
| } |