matheuscs commited on
Commit
a8d2a0a
·
verified ·
1 Parent(s): 805726c

Update validation scores

Browse files
genes//3ee07fda-00f6-45ca-8b73-cec21b8157a1.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "3ee07fda-00f6-45ca-8b73-cec21b8157a1",
4
+ "parent_ids": [
5
+ "ac59d011-37b5-4cb0-8355-c8b3ef32f90b",
6
+ "ac59d011-37b5-4cb0-8355-c8b3ef32f90b"
7
+ ],
8
+ "timestamp": 1744295137.1337526,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.4210663299742325,
12
+ "validation_score": 1.3500130134755208,
13
+ "validated_at": 1744295234.0247104
14
+ }