matheuscs commited on
Commit
69a7d1a
·
verified ·
1 Parent(s): 1378eba

Update validation scores

Browse files
genes//c301eabe-f696-44e0-b6b7-e7d2bc258e3d.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "c301eabe-f696-44e0-b6b7-e7d2bc258e3d",
4
+ "parent_ids": [
5
+ "3ee07fda-00f6-45ca-8b73-cec21b8157a1"
6
+ ],
7
+ "timestamp": 1744295184.0565164,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.0612515613811389,
11
+ "validation_score": 1.0081889833120818,
12
+ "validated_at": 1744295234.0510695
13
+ }