Add gene 15632fb9-97a6-482a-8deb-18f86a738ae3
Browse files
genes/15632fb9-97a6-482a-8deb-18f86a738ae3.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "15632fb9-97a6-482a-8deb-18f86a738ae3",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"48e33676-09eb-415b-a7db-9318ef081088",
|
| 6 |
+
"d205d023-cbd0-4e4d-9a4e-2b41a62cffc6"
|
| 7 |
+
],
|
| 8 |
+
"timestamp": 1744295105.9217238,
|
| 9 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
|
| 10 |
+
},
|
| 11 |
+
"score": 1.4847994939581963
|
| 12 |
+
}
|