matheuscs commited on
Commit
73e907e
·
verified ·
1 Parent(s): 7fba7f2

Update validation scores

Browse files
genes//099579d3-4881-4a6a-b8b1-14e2fdbacec0.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "099579d3-4881-4a6a-b8b1-14e2fdbacec0",
4
+ "parent_ids": [
5
+ "f1de3762-932b-4fa1-bd16-09a0b5efd750"
6
+ ],
7
+ "timestamp": 1744295149.4397373,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.0973003688709286,
11
+ "validation_score": 1.0424353504273822,
12
+ "validated_at": 1744295234.0153506
13
+ }