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

Update validation scores

Browse files
genes//1e6ac4b2-2b51-47a2-97ae-67680fa26dca.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "1e6ac4b2-2b51-47a2-97ae-67680fa26dca",
4
+ "parent_ids": [
5
+ "a2e7d834-b42a-4905-b9ed-c0078722672a",
6
+ "8c55b944-5cee-4f6b-9ab7-24c091b46116"
7
+ ],
8
+ "timestamp": 1744295222.426624,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.1699113174983995,
12
+ "validation_score": 1.1114157516234795,
13
+ "validated_at": 1744295234.0191696
14
+ }