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

Update validation scores

Browse files
genes//ac7db3d3-ec13-4248-b235-c5a0ee2a270e.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "ac7db3d3-ec13-4248-b235-c5a0ee2a270e",
4
+ "parent_ids": [
5
+ "48e33676-09eb-415b-a7db-9318ef081088",
6
+ "ac59d011-37b5-4cb0-8355-c8b3ef32f90b"
7
+ ],
8
+ "timestamp": 1744295187.2320094,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.3663742310329057,
12
+ "validation_score": 1.2980555194812604,
13
+ "validated_at": 1744295234.043739
14
+ }