attic/publish_benchmark_result.R

publish.BenchmarkResult = function(x, api_key = get_api_key(), ...) {
  rrs = bmr$resample_results$resample_result
  ids = list()
  for (rr in rrs)  {
    id = publish(rr)
    ids = append(ids, id)
  }



}
mlr-org/mlr3oml documentation built on Aug. 12, 2024, 7:32 p.m.