Add gene 5d662278-34c4-47ee-9a75-2105fb941729
Browse files
genes/5d662278-34c4-47ee-9a75-2105fb941729.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "5d662278-34c4-47ee-9a75-2105fb941729",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"7b7fab8d-c4c3-41fb-80d4-6b641178b1b9"
|
| 6 |
+
],
|
| 7 |
+
"timestamp": 1744294609.4091902,
|
| 8 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()\n"
|
| 9 |
+
},
|
| 10 |
+
"score": 1.2664412384944999
|
| 11 |
+
}
|