File size: 439 Bytes
75712d1
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "gene": {
    "id": "3f36d7b3-5d5c-4347-9304-2e8e266af8a3",
    "parent_ids": [
      "ac59d011-37b5-4cb0-8355-c8b3ef32f90b",
      "8c55b944-5cee-4f6b-9ab7-24c091b46116"
    ],
    "timestamp": 1744295146.8218915,
    "code": "\ndef compute_loss(y_pred, y_true):\n    return ((y_pred - y_true)**2).mean()"
  },
  "score": 1.4878009041489784,
  "validation_score": 1.4134108589415293,
  "validated_at": 1744295234.025718
}