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

Compose data preprocessing script #33

Closed lynnwbl closed 2 years ago

kphaterp commented 2 years ago

From what I can see, it looks good.

veerupandey commented 2 years ago

@lynnwbl There are two data_preprocessing.py scripts- one in the project root directory and another in src/data. Can you please remove the one in the project directory? I think both are the same.

lynnwbl commented 2 years ago

Deleted the extra file that used to be in the root directory.