Introduction As a student in the Eastern University MS in Data Science program, I’ve been taking courses in Python, R, statistics and databases for the last 9 months. I’m half way through the program now, and thought it would be helpful to potential students to provide more information on what each course in the program…
Month: August 2021
When a New Package Kills Your Python Kernel: A Guide
Introduction We’ve all been there. You go to accomplish what seems like a small change, tweak or update to a computer program and everything goes bananas. In my case, I was downloading the package handson-ml2, the companion to the excellent machine learning textbook. The terminal code was supposed to have me create a virtual environment…