Implementing a Naive Bayes machine learning classifier in Python. Starting with a basic implementation, and then improving it.
Libraries used: NumPy, Numba (and scikit-learn for comparison). (more…)
Read more »
Smaller and faster Python 3.6.x images for you to take advantage of. ... (more…)
Read more »
Python dependency management is known to be bad. This post details how I set up my Python environment to be as hygienic as possible. (more…)
Read more »
Short post on using mach-nix with niv.
Background In previous posts, there was a discussion on a ground up approach to adding packages which aren’t on the core nixpkgs channels using GitHub or PyPi sources. However, this lacked a way to do so programmati... (more…)
Read more »