matheuscs commited on
Commit
4f20ea7
·
verified ·
1 Parent(s): c2d287d

Update validation scores

Browse files
genes//ac1c0e2c-5a2a-4616-84f9-d50796fd482c.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "ac1c0e2c-5a2a-4616-84f9-d50796fd482c",
4
+ "parent_ids": [
5
+ "35e22fce-0784-48ff-b41d-55049baa1662",
6
+ "d205d023-cbd0-4e4d-9a4e-2b41a62cffc6"
7
+ ],
8
+ "timestamp": 1744295195.694624,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.171615624353641,
12
+ "validation_score": 1.113034843135959,
13
+ "validated_at": 1744295234.0427477
14
+ }