matheuscs commited on
Commit
a4c0f8a
·
verified ·
1 Parent(s): 4a5f918

Update validation scores

Browse files
genes//9cff82fa-5c80-4951-a64c-c1b9d1a1ad81.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "9cff82fa-5c80-4951-a64c-c1b9d1a1ad81",
4
+ "parent_ids": [
5
+ "0b0a3bb4-52f9-4f7a-8b93-91414ed6abd7"
6
+ ],
7
+ "timestamp": 1744295177.9085348,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.0426601821482482,
11
+ "validation_score": 0.9905271730408357,
12
+ "validated_at": 1744295234.0385256
13
+ }