TUHH-PROJECT / ISM_ML_Project

0 stars 0 forks source link

Unify data loading & feature extraction #1

Open asingh1098 opened 2 years ago

asingh1098 commented 2 years ago

At the moment our repository is not structured properly which makes it harder to maintain and work within a group. Therefore, it needs to be done asap. One possible solution could be to divide the entire project into sections that would represent a single entity or/and functionality. All the sections would then be connected to one entry point/section(main.py). The idea is to conditionally invoke all the sections from just one section. This would make our codebase structured, maintainable, and readable.