The nonparametric module implements several popular nonparameteric regression and classification models.
kernel_regression.py
implements Nadaraya-Watson kernel regression (Nadaraya, 1964; Watson, 1964)knn.py
implements k-nearest neighbors regression and classification models using a ball-tree