| { | |
| "gene": { | |
| "id": "258575e4-fde9-4a01-93a5-1a051f75361e", | |
| "parent_ids": [ | |
| "15632fb9-97a6-482a-8deb-18f86a738ae3" | |
| ], | |
| "timestamp": 1744295193.2679017, | |
| "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()" | |
| }, | |
| "score": 1.1227765333432567, | |
| "validation_score": 1.0666377066760937, | |
| "validated_at": 1744295234.0227041 | |
| } |