matheuscs commited on
Commit
1caaf03
·
verified ·
1 Parent(s): 867fcff

Update validation scores

Browse files
genes//b6ea3e16-079b-44ac-9a91-041310e37ee8.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "b6ea3e16-079b-44ac-9a91-041310e37ee8",
4
+ "parent_ids": [
5
+ "af627ef1-6b6f-40f9-aae8-c992c2474175",
6
+ "5b6fe87e-77b6-434a-b1c9-f8898e4f0ea2"
7
+ ],
8
+ "timestamp": 1744295162.4540374,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.1768138212034718,
12
+ "validation_score": 1.1179731301432982,
13
+ "validated_at": 1744295234.0457451
14
+ }