File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222^CONTRIBUTING.md
2323^cran-comments\.md$
2424^CRAN-SUBMISSION$
25+ ^benchmark$
Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ ResultData = R6Class("ResultData",
4949 uhashes = data.table(uhash = unique(data $ uhash ))
5050 setkeyv(data , c(" uhash" , " iteration" ))
5151
52- data [, task_hash : = task [[1 ]]$ hash , by = " uhash" ]
53- data [, learner_phash : = learner [[1 ]]$ phash , by = " uhash" ]
54- data [, resampling_hash : = resampling [[1 ]]$ hash , by = " uhash" ]
52+ task = learner = resampling = NULL
53+ data [, " task_hash" : = task [[1 ]]$ hash , by = " uhash" ]
54+ data [, " learner_phash" : = learner [[1 ]]$ phash , by = " uhash" ]
55+ data [, " resampling_hash" : = resampling [[1 ]]$ hash , by = " uhash" ]
5556
5657 tasks = data [, list (task = .SD $ task [1L ]),
5758 keyby = " task_hash" ]
You can’t perform that action at this time.
0 commit comments