Update validation scores
Browse files
genes//a3c2dee3-b08a-4ac8-9568-661c27cfb027.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "a3c2dee3-b08a-4ac8-9568-661c27cfb027",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"5c5e2727-a53b-4032-9f4a-1fb443e7105e",
|
| 6 |
+
"f1de3762-932b-4fa1-bd16-09a0b5efd750"
|
| 7 |
+
],
|
| 8 |
+
"timestamp": 1744295165.5780103,
|
| 9 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
|
| 10 |
+
},
|
| 11 |
+
"score": 1.130982716543555,
|
| 12 |
+
"validation_score": 1.0744335807163772,
|
| 13 |
+
"validated_at": 1744295234.040723
|
| 14 |
+
}
|