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

eda.ipynb file not reading the data correctly #12

Closed kphaterp closed 3 years ago

kphaterp commented 3 years ago

Error message: FileNotFoundError: [Errno 2] No such file or directory: '../data/abalone.data'

It believe it should be pd.read_csv('../../data/raw/abalone.data') but not 100% sure.

nickmao1994 commented 3 years ago

I have updated the code and merged pull request