Skip to content

Commit bb2ccad

Browse files
author
ercbk
committed
added n=2000, 5000 results to readme
1 parent e6a6834 commit bb2ccad

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Experiment details:
117117
* To make this experiment manageable in terms of runtimes, I'm using AWS instances: a r5.2xlarge for the Elastic Net and a r5.24xlarge for Random Forest.
118118
* Iterating through different numbers of repeats, sample sizes, and methods makes a functional approach more appropriate than running imperative scripts. Also, given the long runtimes and impermanent nature of my internet connection, it would also be nice to cache each iteration as it finishes. The [{drake}](https://github.com/ropensci/drake) package is superb on both counts, so I'm using it to orchestrate.
119119

120-
```{r perf_build_times, echo=FALSE, message=FALSE, cache=TRUE}
120+
```{r perf_build_times, echo=FALSE, message=FALSE, cache=FALSE}
121121
122122
pacman::p_load(extrafont,dplyr, purrr, lubridate, ggplot2, drake)
123123
bt <- build_times(starts_with("ncv_results"), digits = 4)
18 Bytes
Loading
200 Bytes
Loading

0 commit comments

Comments
 (0)