matheuscs commited on
Commit
de97bdb
·
verified ·
1 Parent(s): 2094f1a

Add gene 35e22fce-0784-48ff-b41d-55049baa1662

Browse files
genes/35e22fce-0784-48ff-b41d-55049baa1662.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "35e22fce-0784-48ff-b41d-55049baa1662",
4
+ "parent_ids": [
5
+ "25bde57e-0303-4e17-a976-b31518ce458f",
6
+ "f1de3762-932b-4fa1-bd16-09a0b5efd750"
7
+ ],
8
+ "timestamp": 1744295077.940824,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.1197088138720561
12
+ }