matheuscs commited on
Commit
a9e5743
·
verified ·
1 Parent(s): d6f1249

Add gene 224807ee-c391-4ff9-82a3-f3b052c31364

Browse files
genes/224807ee-c391-4ff9-82a3-f3b052c31364.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "224807ee-c391-4ff9-82a3-f3b052c31364",
4
+ "parent_ids": [
5
+ "0b0a3bb4-52f9-4f7a-8b93-91414ed6abd7",
6
+ "35e22fce-0784-48ff-b41d-55049baa1662"
7
+ ],
8
+ "timestamp": 1744295231.5696054,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.284300930321021
12
+ }