Releases: UBC-MDS/dsci-522-group-23
Releases · UBC-MDS/dsci-522-group-23
Milestone 4
In this release, we:
- Created a Makefile to act as a driver script to rule them all.
- Abstracted some code from your scripts to functions in a separate file, and write tests for those functions
- Addressed feedback to improve the project
This release marks the completion of Milestone 4
Milestone 3
This release includes the following updates to the project:
- Analysis Scripts:
- Code from the original report has been abstracted into 6 scripts to modularize the analysis process.
Each script represents a distinct step in the analysis pipeline and supports command-line arguments for flexibility and reproducibility. - Usage instructions for each script, including required arguments, are documented in the
README.md
.
- Report Update:
- The original analysis document has been converted to a Quarto
(.qmd)
file. - The report now focuses solely on narrating the analysis and presenting visualizations
- Computational Environment:
- Dependencies have been updated and documented to ensure smooth execution of the analysis and scripts. (eg.
quarto
andtabulate
)
Milestone 2: Create a Container and Data Validation Checks
In this release, we upgraded our project’s computational environment to a container and added data validation checks to our data analysis.
This released marks the completion of Milestone 2.
Milestone 1: Basic Report and Conda Environment Setup
In this release, we created the foundation of our project, which consists of:
- A notebook report containing the analysis
- 2
.yml
files to create a reproducible conda environment - A basic github page to display the report
html
output - Other
.md
files
This released marks the completion of Milestone 1