Introduction_to_Machine_Learning
Introduction_to_Machine_Learning copied to clipboard
Suggestion for converting notebooks to high-quality documentation
Hi there! I was checking this repo and realized all the Jupyter notebooks are basic code. I'd like to suggest that use a tool like nbdev (https://nbdev.fast.ai/). it converts jupyter notebooks to high quality documentation with annotation, unit testing, etc. I do have some ML tutorial that I created a few years ago, you can check it them here: https://github.com/mallahyari/ml_tutorial. Using nbdev is very straightforward, you simply write in jupyter notebook, but it converts that into a software and website. They have template to begin with.
I think users will get more benefit from that.
Best, Mehdi