UBC-MDS / Abalone_Age_Prediction

MIT License
0 stars 8 forks source link

Peer Review of 0.2.0 version #37

Open adibns opened 3 years ago

adibns commented 3 years ago

Hi Group 32,

I enjoyed going through your work!

Suggestions:

Cal had already provided the suggestions that I wanted to give. I don't see any point violating the DRY principle :P

Just a small thing, snake cased names could be used for data frame's column names. Accessing columns gets easier (like -> df.column_name)