Update validation scores
Browse files
genes//52ea84b4-fb27-4e91-9159-f5f0e645484f.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gene": {
|
| 3 |
+
"id": "52ea84b4-fb27-4e91-9159-f5f0e645484f",
|
| 4 |
+
"parent_ids": [
|
| 5 |
+
"4fac2dd7-0ad7-4bfc-bea0-311b803f4914"
|
| 6 |
+
],
|
| 7 |
+
"timestamp": 1744295152.5211658,
|
| 8 |
+
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
|
| 9 |
+
},
|
| 10 |
+
"score": 1.1634083056551423,
|
| 11 |
+
"validation_score": 1.1052378903723852,
|
| 12 |
+
"validated_at": 1744295234.0277307
|
| 13 |
+
}
|