Skip to content

Commit

Permalink
Adding ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyf committed Sep 1, 2017
1 parent f51b02b commit ec8c318
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fancyimpute/knn.py
Expand Up @@ -24,6 +24,11 @@ class KNN(Solver):
Assumes that each feature has been centered and rescaled to have
mean 0 and variance 1.
Inspired by the implementation of kNNImpute from the R package
imputation.
See here:
https://www.rdocumentation.org/packages/imputation/versions/2.0.3/topics/kNNImpute
"""
def __init__(
self,
Expand Down

0 comments on commit ec8c318

Please sign in to comment.