Add gene 33bf2c25-cf49-48e3-a807-f7a5d9ce291d
Browse files
genes/33bf2c25-cf49-48e3-a807-f7a5d9ce291d.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "33bf2c25-cf49-48e3-a807-f7a5d9ce291d",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"295aa7e0-e844-4077-9867-dda46614881d"
|
| 6 |
+
],
|
| 7 |
+
"timestamp": 1744294636.3241217,
|
| 8 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()\n"
|
| 9 |
+
},
|
| 10 |
+
"score": 1.421994704793692
|
| 11 |
+
}
|