Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 23, 2024
1 parent a4a4fe3 commit b6ce656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/BenchmarkResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ as.data.table.BenchmarkResult = function(x, ..., hashes = FALSE, predict_sets =
tab = tab[, c("uhash", "task", "learner", "resampling", "iteration", "prediction"), with = FALSE]

if (task_characteristics) {
tab[, characteristics := map(task, "characteristics")]
set(tab, j = "characteristics", value = map(tab$task, "characteristics"))
tab = unnest(tab, "characteristics")
}

Expand Down

0 comments on commit b6ce656

Please sign in to comment.