Submitted by coinfelix t3_xszo17 in MachineLearning
I was reading this blog on "Effective ML Teamwork at an Early Stage Startup". More there is in the post but in short, it says, quoting from the post
- Don't create APIs for ML, just copy&paste.
- Test every line.
- If you aren't sure about the design, test first.
- Always keep your experiments reproducible (lineage, data, code, baseline).
- Document everything. Be clear, and avoid abbreviations.
Reading the post, especially the parts about APIs, doesn't make sense to me, but I wonder what other ML professionals think about ML teamwork practices and what they do at their companies if you don't mind discussing them here.
bernhard-lehner t1_iqpxkj7 wrote
"Document, document, document,...". Lol, and who the hell is going to find time to ever go back and read the documentation? I'm not sure if this post was written by somebody who actually works on the level of research and coding...