https://github.com/iskandr/knnimpute
Python implementations of kNN imputation
https://github.com/iskandr/knnimpute
imputation machine-learning missing-data statistics
Last synced: about 2 months ago
JSON representation
Python implementations of kNN imputation
- Host: GitHub
- URL: https://github.com/iskandr/knnimpute
- Owner: iskandr
- License: apache-2.0
- Created: 2016-06-02T16:55:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T20:57:35.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T09:18:43.708Z (10 months ago)
- Topics: imputation, machine-learning, missing-data, statistics
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 31
- Watchers: 12
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/hammerlab/knnimpute) [](https://coveralls.io/github/hammerlab/knnimpute?branch=master)
# knnimpute
Multiple implementations of kNN imputation in pure Python + NumPy