matheuscs commited on
Commit
a46dae6
·
verified ·
1 Parent(s): 9c6a304

Add gene 0348e026-8e94-492f-a479-792b5998cd84

Browse files
genes/0348e026-8e94-492f-a479-792b5998cd84.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "0348e026-8e94-492f-a479-792b5998cd84",
4
+ "parent_ids": [
5
+ "ee59f548-ac0f-4540-8986-fece755ffe29"
6
+ ],
7
+ "timestamp": 1744294646.1679776,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()\n"
9
+ },
10
+ "score": 1.3447456473537314
11
+ }