matheuscs commited on
Commit
b532618
·
verified ·
1 Parent(s): f7f080f

Update validation scores

Browse files
genes//e659ab5f-6db0-4c7f-baf7-a403580c9273.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "e659ab5f-6db0-4c7f-baf7-a403580c9273",
4
+ "parent_ids": [
5
+ "a9f420ee-f534-41a1-90da-d3af65bdd332"
6
+ ],
7
+ "timestamp": 1744295205.2236836,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.2155748300770937,
11
+ "validation_score": 1.154796088573239,
12
+ "validated_at": 1744295234.0586305
13
+ }