matheuscs commited on
Commit
1d16baf
·
verified ·
1 Parent(s): 36494cc

Add gene 69a9023f-60fa-4ca0-9471-017793ad377a

Browse files
genes/69a9023f-60fa-4ca0-9471-017793ad377a.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "69a9023f-60fa-4ca0-9471-017793ad377a",
4
+ "parent_ids": [
5
+ "8c55b944-5cee-4f6b-9ab7-24c091b46116",
6
+ "cf82103e-351a-460b-b86b-7734725b53fb"
7
+ ],
8
+ "timestamp": 1744295134.4451146,
9
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
10
+ },
11
+ "score": 1.1554055847058105
12
+ }