matheuscs commited on
Commit
4bf0602
·
verified ·
1 Parent(s): 75712d1

Update validation scores

Browse files
genes//4e8961ea-0166-4a19-be61-63853fc4aec4.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gene": {
3
+ "id": "4e8961ea-0166-4a19-be61-63853fc4aec4",
4
+ "parent_ids": [
5
+ "d3e1e5a6-ab5d-497f-944c-d724f52a2c34"
6
+ ],
7
+ "timestamp": 1744295220.7851806,
8
+ "code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
9
+ },
10
+ "score": 1.2331488584120844,
11
+ "validation_score": 1.1714914154914802,
12
+ "validated_at": 1744295234.0277307
13
+ }