This repository aims to consolidate code implementations for various Nearest Neighbor (NN) methods.
-
Vanilla Nearest Neighbors
Paper: arXiv:2202.06891 -
TS (Two Sided) Nearest Neighbors
Paper: arXiv:2411.12965 -
DR (Doubly Robust) Nearest Neighbors
Paper: arXiv:2211.14297 -
DNN (Wasserstein Distance)
Paper: arXiv:2410.13112 -
DNN (Kernel-based)
Paper: arXiv:2410.13381 -
Syn-NN (Synthetic Nearest Neighbors)
Paper: arXiv:2109.15154
Code: Syn-NN implementation -
Nadaraya-Watson
Code: GitHub repository