Releases: UBC-MDS/heart_disease_predictor_py
Releases · UBC-MDS/heart_disease_predictor_py
Milestone 4 - v3.0.0
What's Changed
- Design and write tests for functions modularized from fit_heart_disease_predictor.py & evaluate_heart_disease_predictor.py by @Arc-Celt in #80
- Design and write tests for functions modularized from download_data.py by @stephqwu in #81
- Fix peer feedback 6 & 7 by @stephqwu in #83
- Add Makefile targets for saving files in fit_heart_disease_predictor.py & evaluate_heart_disease_predictor.py by @Arc-Celt in #84
- Make scripts and tests for split_n_preprocess + Create Makefile by @Albert0011 in #82
- Fix the path for coefficients plot. by @Arc-Celt in #85
- Fixing peer feedback number 8 by @Albert0011 in #86
- Fix images display and correct PDF path for GitHub Pages by @Arc-Celt in #89
- Add makefile targets for downloading from UCI by @stephqwu in #90
- Fixed feedback 1. by @Arc-Celt in #87
- Improve feedback 3 - add logger function and log all errors during running the scripts. by @Arc-Celt in #88
- Modularized EDA Script and Added Tests by @cherylziunzhao in #91
- Added a CHANGELOG.md to track all project improvements, bug fixes, and feature additions by @Arc-Celt in #92
Full Changelog: 2.0.0...3.0.0
Milestone 3 - v2.0.0
What's Changed
- Fix the order in data validation. by @Arc-Celt in #67
- Add scripts folder with download_data script by @stephqwu in #68
- Create qmd report by @stephqwu in #69
- Update environment specifications and docker container image. by @Arc-Celt in #71
- Test out all the scripts and corresponding commands. by @Arc-Celt in #72
- Add script documentation by @stephqwu in #70
- Reconfigure qmd, report done by @Albert0011 in #73
- Update README.md and remove the notebook. by @Arc-Celt in #74
- Fix some typos. by @Arc-Celt in #75
Full Changelog: 1.0.0...2.0.0
Milestone 2 - v1.0.0
What's Changed
- Merge main to ducumentation to get the latest update. by @Arc-Celt in #29
- Fix the things TA mentioned for milestone 1 by @Arc-Celt in #30
- Add docker container setup files by @stephqwu in #32
- Create docker-publish.yml by @Albert0011 in #33
- updated readme with docker by @cherylziunzhao in #34
- Update environment.yml by @Albert0011 in #36
- Add docker-compose.yml for container setup by @cherylziunzhao in #38
- pre-pandera checks by @stephqwu in #39
- Add data validation checks for missingness, data types, and duplicates by @cherylziunzhao in #43
- Update docker-publish.yml by @Albert0011 in #45
- Update environment.yml and conda lockfile for pip and deepchecks. by @Arc-Celt in #47
- Update docker-publish.yml by @Albert0011 in #51
- move deepchecks install to Dockerfile by @stephqwu in #52
- Add more data validation for checklist 7,8,9,10, 11 by @Albert0011 in #48
- Make a check pandera for Data validation checks - 2 by @stephqwu in #53
- Update the tag in docker-compose.yml. by @Arc-Celt in #54
Full Changelog: 0.0.1...1.0.0
Milestone 1 for heart_disease_predictor_py
0.0.1 Add rendered pdf file