| { | |
| "gene": { | |
| "id": "d3e1e5a6-ab5d-497f-944c-d724f52a2c34", | |
| "parent_ids": [ | |
| "1b7bbf1d-37a3-431c-b2e5-b312049b973d" | |
| ], | |
| "timestamp": 1744295172.6487682, | |
| "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()" | |
| }, | |
| "score": 1.3676652612786007, | |
| "validation_score": 1.2992819982146706, | |
| "validated_at": 1744295234.055631 | |
| } |