Releases: UBC-MDS/Credit_Approval_Prediction
Releases · UBC-MDS/Credit_Approval_Prediction
Changes in this Release
v0.4.0
Changes in this Release
- Rebuilt Docker image and published to DockerHub with new tag
v0.3.0
Changes in this Release
- Rebuilt Docker image and published to DockerHub with new tag
0.2.0
This release includes deliverable for Milestone 3, and some updates to the prior deliverables to improve function/reproducability:
- Creation of a makefile to automate all scripts in
src
folder, and to render the R-markdown report into HTML. - Creation of an environment file
credit-env.yaml
- Updates to the final R-markdown report: adding extra content to various sections. Added a figure from the EDA analysis.
- Updates to the README:
- Updated Usage section to add the correct scripting commands, and to incorporate the makefile commands
- Updated Dependencies section to list additional dependencies, and reference a newly created environment file
0.1.0
This release includes all deliverables for milestone 2 and some updates to milestone 1:
- Added script that creates EDA visualizations
- Added script performing ML analysis of the training data and selecting the best model based on results
- Added script testing the best performing model on the test data which also reports results
- Added a script that renders the best model
- Prepared Credit Card Prediction Analysis report with description of the work completed
- Iterated on work done in milestone 1 by updating scripts and Readme file
0.0.1
This release addresses all Milestone 1 deliverables:
- Completed project set up: created team contract (Canvas submission), code of conduct file, contributing file, license file
- Created project proposal (README)
- Created script to download and save analysis data.
- Created an EDA procedure within a literate code document