matheuscs commited on
Commit
2f2a1a2
·
verified ·
1 Parent(s): 37d6f32

Update validation scores

Browse files
genes//224807ee-c391-4ff9-82a3-f3b052c31364.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "224807ee-c391-4ff9-82a3-f3b052c31364",
4
+ "parent_ids": [
5
+ "0b0a3bb4-52f9-4f7a-8b93-91414ed6abd7",
6
+ "35e22fce-0784-48ff-b41d-55049baa1662"
7
+ ],
8
+ "timestamp": 1744295231.5696054,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.284300930321021,
12
+ "validation_score": 1.22008588380497,
13
+ "validated_at": 1744295234.0211864
14
+ }