Update validation scores
Browse files
genes//fdb3935a-2a55-4a63-8403-e6d4b8f2ec1a.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "fdb3935a-2a55-4a63-8403-e6d4b8f2ec1a",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"21590a54-409f-44cc-8aa8-7040bc6dc02f",
|
| 6 |
+
"5b6fe87e-77b6-434a-b1c9-f8898e4f0ea2"
|
| 7 |
+
],
|
| 8 |
+
"timestamp": 1744295131.191383,
|
| 9 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
|
| 10 |
+
},
|
| 11 |
+
"score": 1.4215228220667413,
|
| 12 |
+
"validation_score": 1.3504466809634041,
|
| 13 |
+
"validated_at": 1744295234.0628495
|
| 14 |
+
}
|