Update validation scores
Browse files
genes//3f36d7b3-5d5c-4347-9304-2e8e266af8a3.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "3f36d7b3-5d5c-4347-9304-2e8e266af8a3",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"ac59d011-37b5-4cb0-8355-c8b3ef32f90b",
|
| 6 |
+
"8c55b944-5cee-4f6b-9ab7-24c091b46116"
|
| 7 |
+
],
|
| 8 |
+
"timestamp": 1744295146.8218915,
|
| 9 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
|
| 10 |
+
},
|
| 11 |
+
"score": 1.4878009041489784,
|
| 12 |
+
"validation_score": 1.4134108589415293,
|
| 13 |
+
"validated_at": 1744295234.025718
|
| 14 |
+
}
|