I choose to implement the Gaussian naive Bayes as opposed to the other naive base algorithms because I felt like the Gaussian naive Bayes mathematical equation was a bit easier to understand and implement.
Month: August 2020
How to upload large files (100mb+) to Github
You can use the command line to upload files up to 100mb to github. To upload files larger than 100mb to github, you will need to use github large file storage system (Github LFS).
How to create a virtual environment for data science projects.
Virtual environments are a way to isolate your projects to avoid package/version conflicts between projects when working on different projects that require different packages and/or versions