On Learners

On Datasets

On Cartet

This script helps to crash stalled stalled containers (somehow), while others will stay running.

job.hash.running = getJobTable()[findRunning()]$job.hash
for(jh in job.hash.running) {
  did = system(sprintf('docker ps -q --filter "name=richter_bt_%s"', jh))
  system(sprintf('docker attach %s', did))
}

On mlrHyperopt



jakob-r/mlrHyperopt documentation built on Jan. 10, 2022, 4:32 p.m.