gimseng / 99-ML-Learning-Projects

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

[FEA] Organise the exercise creation workflow #51

Open gimseng opened 3 years ago

gimseng commented 3 years ago

Is your feature request related to a problem? Please describe.

It seems like a very time consuming task to write the exercise statement, write the codes, test the codes, and polish up all the above steps by one person.

Describe the solution you'd like I am very impressed by the quality of freecodecamp and recently delved into their process of creating a exercise. It is very similar to what we are doing.

It involves having a few stages of creating an exercise. Roughly, someone started an exercise with some codes. Someone else could jump in after and polish up instruction text. Someone later on will test and break the codes, and give feedback to the first two stages. Repeat until convergence.

Check out their project board: https://github.com/orgs/freeCodeCamp/projects/10

I could implement this in our project board. On top of that we could follow the discord model of https://www.reddit.com/r/learnmachinelearning/comments/hthfds/completed_3_projects_with_100_data_scientists/ to have more in depth discussions among those involved in this step, with a channel dedicated to a particular exercise.