matheuscs commited on
Commit
7d4d8a7
·
verified ·
1 Parent(s): 1caaf03

Update validation scores

Browse files
genes//b76e2a89-2339-4e41-b186-b9e15293f655.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "b76e2a89-2339-4e41-b186-b9e15293f655",
4
+ "parent_ids": [
5
+ "dc940cb9-c23e-49cf-9adf-eb7a5fd6a4fb"
6
+ ],
7
+ "timestamp": 1744295176.300952,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.4617447636875227,
11
+ "validation_score": 1.3886575255031466,
12
+ "validated_at": 1744295234.0477588
13
+ }