I created this repository to document my learning journey in data science and machine learning. I have combined all the courses I was enrolled in with my computing and system operations knowledge. This helped me structure the repository in a way that feels simple.
I tried making it as simple as I can so that anyone going through it can benefit. Hope you find this repository helpful!
This project was developed and tested on Linux. I have provided two different environment files depending on your system:
If you are also using Linux, use this file to get the exact same setup I used, down to the operating system details:
conda env create -f environment.ymlIf you are on Windows or Mac, use this file. It installs the required packages without the Linux-specific system files:
conda env create -f environment_universal.ymlIf you have something to share, say, or suggest as a change, please let me know! You can raise an issue right here in this repository or email me directly at jkmloom.dev@gmail.com.