File size: 440 Bytes
4a5f918
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "gene": {
    "id": "8cb76b0d-5b64-4760-9fce-73a3788ef432",
    "parent_ids": [
      "3ee07fda-00f6-45ca-8b73-cec21b8157a1",
      "61da4673-c276-41e1-9743-d769f5a33b2a"
    ],
    "timestamp": 1744295206.7307885,
    "code": "\ndef compute_loss(y_pred, y_true):\n    return ((y_pred - y_true)**2).mean()"
  },
  "score": 1.1734927476142398,
  "validation_score": 1.1148181102335277,
  "validated_at": 1744295234.0364902
}