A small repository for keeping repeating code chunks that are mostly required for the typical errands in machine learning projects.
Disclaimer: I do not claim to have written all these snippets on my own. Some of them are mine while others were procured by me.
This is something that I have been facing while writing machine learning codes. I'd typically go back to the repository of mine where I had done something similar and then pull out that code snippet from there. By using this repository, I can keep those snippets organised and make them available at fingertips.
These codes can be directly used by importing the files as modules in your code or can be simply copy pasted and got running with little to no modification.