my-loss-funcs / genes\8c55b944-5cee-4f6b-9ab7-24c091b46116.json
matheuscs's picture
Update validation scores
2a8bf17 verified
{
"gene": {
"id": "8c55b944-5cee-4f6b-9ab7-24c091b46116",
"parent_ids": [
"77d9e06b-c51f-477a-9081-b0ff15cab73d"
],
"timestamp": 1744295132.8621502,
"code": "\ndef compute_loss(y_pred, y_true):\n return ((y_pred - y_true)**2).mean()"
},
"score": 1.420574763731187,
"validation_score": 1.3495460255446277,
"validated_at": 1744295234.035982
}