matheuscs commited on
Commit
9a0052b
·
verified ·
1 Parent(s): 5a56d50

Update validation scores

Browse files
genes//69a9023f-60fa-4ca0-9471-017793ad377a.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "69a9023f-60fa-4ca0-9471-017793ad377a",
4
+ "parent_ids": [
5
+ "8c55b944-5cee-4f6b-9ab7-24c091b46116",
6
+ "cf82103e-351a-460b-b86b-7734725b53fb"
7
+ ],
8
+ "timestamp": 1744295134.4451146,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.1554055847058105,
12
+ "validation_score": 1.09763530547052,
13
+ "validated_at": 1744295234.030993
14
+ }