Skip to content

Releases: UBC-MDS/Credit_Approval_Prediction

Changes in this Release

10 Dec 23:20
0ebd19f
Compare
Choose a tag to compare
  1. Add MAC m1/m2 usage for docker
  2. Add reference in readme
  3. Modified attribution

v0.4.0

10 Dec 19:22
Compare
Choose a tag to compare

Changes in this Release

  • Rebuilt Docker image and published to DockerHub with new tag

v0.3.0

10 Dec 07:54
4019eae
Compare
Choose a tag to compare

Changes in this Release

  • Rebuilt Docker image and published to DockerHub with new tag

0.2.0

04 Dec 19:21
db8e3cf
Compare
Choose a tag to compare

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

27 Nov 01:14
6546186
Compare
Choose a tag to compare

This release includes all deliverables for milestone 2 and some updates to milestone 1:

  1. Added script that creates EDA visualizations
  2. Added script performing ML analysis of the training data and selecting the best model based on results
  3. Added script testing the best performing model on the test data which also reports results
  4. Added a script that renders the best model
  5. Prepared Credit Card Prediction Analysis report with description of the work completed
  6. Iterated on work done in milestone 1 by updating scripts and Readme file

0.0.1

19 Nov 20:30
ad01671
Compare
Choose a tag to compare

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