UBC-MDS / abalone_age_classification

In this project, we are classifying abalone snails into "young" and "old" according to their number of rings based on input features such as abalone's gender, height with meat in shell, the weight of the shell, etc.
https://ubc-mds.github.io/abalone_age_classification/
MIT License
0 stars 8 forks source link

Clean files and add script usage #60

Closed veerupandey closed 2 years ago

veerupandey commented 2 years ago

Changes:

  1. Removed models directory from project root.
  2. Added command to build jupyter book in runner.sh.
  3. Created a clean environment.yml file.
  4. Updated README file with script usage.