matheuscs commited on
Commit
7afcd98
·
verified ·
1 Parent(s): 98336b8

Update validation scores

Browse files
genes//ec8bc127-d191-4fdf-a64c-00e03a9311eb.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "ec8bc127-d191-4fdf-a64c-00e03a9311eb",
4
+ "parent_ids": [
5
+ "ffb73cff-2bf2-426c-8658-c8b85b37c2e9",
6
+ "61da4673-c276-41e1-9743-d769f5a33b2a"
7
+ ],
8
+ "timestamp": 1744295185.672321,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.4788631949762625,
12
+ "validation_score": 1.4049200352274493,
13
+ "validated_at": 1744295234.059625
14
+ }