Kernel regression in Python

This medium article simplifies Kernel regression; a non parametric regression technique which uses the kernel method to estimate target variable. The notebook compares the first principles version vs the statsmodel version of the algorithm using a synthetic dataset.