Skip to content

Latest commit

 

History

History
 
 

nonparametric

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Nonparametric Models

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

Plots

k-Nearest Neighbors

Nadaraya-Watson Kernel Regression