matheuscs commited on
Commit
f7f080f
·
verified ·
1 Parent(s): f05fc1a

Update validation scores

Browse files
genes//dc940cb9-c23e-49cf-9adf-eb7a5fd6a4fb.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "dc940cb9-c23e-49cf-9adf-eb7a5fd6a4fb",
4
+ "parent_ids": [
5
+ "15632fb9-97a6-482a-8deb-18f86a738ae3"
6
+ ],
7
+ "timestamp": 1744295154.2121997,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.1321500223698726,
11
+ "validation_score": 1.075542521251379,
12
+ "validated_at": 1744295234.057624
13
+ }