Skip to content

Lag Likelihood Overhaul

Murat Ambarkutuk requested to merge dev-lag-likelihoods into dev

Algorithmic Work

CI Work

  • Better CI turnaround with CI Datasets.

CI Datasets

  • Random sample (n=100) from the task 1 and recording 1: Call this smaller dataset: single-static
  • Random sample (n=100) from the task 2 and recording 1: Call this smaller dataset: multiple-static
  • Random sample (n=100) from the task 3 and recording 1: Call this smaller dataset: single-dynamic
  • Random sample (n=100) from the task 4 and recording 1: Call this smaller dataset: multiple-dynamic
  • Run make_dataset script for tasks={1,2,4} and recording={1}
  • Add the new .h5 files as tar.gz archives into the repo
  • Add the pipeline scripts just like single-dynamic.gitlab-ci.yml file

Small Fixes

Jokes

  • Of course, I found the hardest thing to pronounce to call this thing. negative log-lag-likelihood or negative lag-log-likelihood?!
Edited by Murat Ambarkutuk

Merge request reports