gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

[IMP] Adding subtasks in exercise 001 #71

Closed zeina99 closed 3 years ago

zeina99 commented 3 years ago

Since this repo is aimed at people trying to learn machine learning, I think it would be helpful if subtasks were added in exercise 001, especially in regards to data analysis and feature engineering.

Like for example:

Since it can be a little overwhelming at the start, providing some sort of outline could be helpful. If the above steps are too specific, it could be a little more broad to allow the person to think by themselves.

A bonus section could also be added, for those who want to go the extra mile.

gimseng commented 3 years ago

@zeina99 Great idea ! I think expanding on the readme.md to include detailed subtask is fantastic !

At the practical level, would you be interested in working on this? I presume that we should update the exercise description in readme.md first. Then, we should accordingly update the solution to reflect on how it addresses each task. If you want to work not the solution (both the code and the readme.md) that would be great too. Otherwise we can leave that for others to grab.

Thanks !

zeina99 commented 3 years ago

I would be glad to work on both!

@gimseng Would you want the tasks to match the steps done in the solution, so that it's somewhat similar? or would be better to just add tasks and then fix up the solution to match the tasks?