Skip to content

Instantly share code, notes, and snippets.

@avishekrk
Created August 17, 2016 03:13
Show Gist options
  • Select an option

  • Save avishekrk/ba1c5a44eb2748e8daa8f4873516e8db to your computer and use it in GitHub Desktop.

Select an option

Save avishekrk/ba1c5a44eb2748e8daa8f4873516e8db to your computer and use it in GitHub Desktop.
syracuse=> select model_id, model_name, precision_at_1, rebalancing from model.results_stats where model_name = 'LR' order by 3 desc;
model_id | model_name | precision_at_1 | rebalancing
-------------------+------------+-------------------+-------------------------------------------------------------------------------------
1471389247.579113 | LR | 0.528301886792453 | none
1471389270.931672 | LR | 0.509433962264151 | none
1471389258.090024 | LR | 0.490566037735849 | none
1471389218.293982 | LR | 0.490566037735849 | none
1471389232.568056 | LR | 0.452830188679245 | none
1471403347.084602 | LR | 0.194444444444444 | {"break": 0.20000000000000001, "n_points": 8820, "no_break": 0.80000000000000004}
1471403366.063143 | LR | 0.194444444444444 | {"break": 0.10000000000000001, "n_points": 17640, "no_break": 0.90000000000000002}
1471403337.232411 | LR | 0.194444444444444 | {"break": 0.29999999999999999, "n_points": 5880, "no_break": 0.69999999999999996}
1471403358.225587 | LR | 0.194444444444444 | {"break": 0.5, "n_points": 3528, "no_break": 0.5}
1471398878.749234 | LR | 0.163934426229508 | {"break": 0.084275043095192487, "n_points": 10442, "no_break": 0.91572495690480749}
1471389202.030610 | LR | 0.163934426229508 | none
1471389623.318789 | LR | 0.163934426229508 | none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment