matheuscs commited on
Commit
3fd3cd6
·
verified ·
1 Parent(s): a8e796a

Update validation scores

Browse files
genes//1b7bbf1d-37a3-431c-b2e5-b312049b973d.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "1b7bbf1d-37a3-431c-b2e5-b312049b973d",
4
+ "parent_ids": [
5
+ "4fac2dd7-0ad7-4bfc-bea0-311b803f4914"
6
+ ],
7
+ "timestamp": 1744295157.8632615,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.3192093708562145,
11
+ "validation_score": 1.2532489023134037,
12
+ "validated_at": 1744295234.0173438
13
+ }