matheuscs commited on
Commit
867fcff
·
verified ·
1 Parent(s): 2a56e68

Update validation scores

Browse files
genes//b0f1ff26-7049-442c-87a1-6d7701b01e21.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "b0f1ff26-7049-442c-87a1-6d7701b01e21",
4
+ "parent_ids": [
5
+ "48e33676-09eb-415b-a7db-9318ef081088"
6
+ ],
7
+ "timestamp": 1744295224.0414608,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.2657464294920016,
11
+ "validation_score": 1.2024591080174014,
12
+ "validated_at": 1744295234.0447392
13
+ }