Skip to content

Releases: UBC-MDS/abalone_age_classification

Milestone 4 - Building a reproducible and fully automated data analysis pipeline

11 Dec 22:27
99c47fc
Compare
Choose a tag to compare

In this release, we use Docker to make the project reproducible on any machine that has Docker installed. We add a Makefile dependency diagram to the README file, and we do a final round of iteration on all aspects of the project (code, automation, writing, data visualizations, report).

v0.5.0

10 Dec 03:08
ae84040
Compare
Choose a tag to compare

Changes in this Release

  • Rebuilt Docker image and published to DockerHub with new tag

v0.4.0

09 Dec 15:26
520cfe3
Compare
Choose a tag to compare

Changes in this Release

  • Rebuilt Docker image and published to DockerHub with new tag

Milestone 3 - Linking all scripts with Makefile and improving report

04 Dec 23:34
09ba391
Compare
Choose a tag to compare

In this release, all the scripts are linked in a Makefile. Several improvements on creating environment, EDA analysis and summary of the project are made according to feedback from TA.

Milestone 2 - A data analysis project with multiple scripts and a final report

28 Nov 08:38
a42c750
Compare
Choose a tag to compare

This release includes 4 scripts - data downloading, data preprocessing, EDA, machine learning analysis, and one Jupyter Book report that summarizes the findings and results for the project "Abalone Age Classifier".

Milestone 1 - Project Proposal & Exploratory data analysis

21 Nov 22:13
3c5fed2
Compare
Choose a tag to compare

This release includes a project proposal, a data download script, and exploratory data analysis for the project "Abalone age classifier".