-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to save and time fit results per replicate (#197)
* add time taken for each fitted replicate, evaluator, and visualizer * add `save_in_bulk` option in `create_experiment()` to allow for saving/caching results per fitted replicate, evaluator, and visualizer other improvements/bug fixes: * use rbind instead of dplyr::bind_rows() in `compare_tibble_rows()` to avoid error due to mismatching column types * streamline use of `simplify_tibble()` * save results with only .rep, .dgp_name, .method_name simplified * update tests and docs * export `simplify_tibble()` * closes #167 and #197
- Loading branch information
1 parent
15eaecc
commit edaa82c
Showing
18 changed files
with
925 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.