Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make data prep and post-processing more generic (#66)
* Split prep_data.py into functions and make it a bit more configurable * use parser output as dictionary * Fix misnamed variable * Working prep_data script * Fix output path bug * Add right_truncation_offset calculation to python prep_data.py * Make post_process.R more generic * Quiet read_csv, progress messages * Format files * only run main if we're running in main * clear up temporary code info for post_process * remove duckdb * actually remove duckdb import * make param_estimates lazy * use Path for argument typs where appropriate --------- Co-authored-by: Damon Bayer <[email protected]> Co-authored-by: Damon Bayer <[email protected]>
- Loading branch information