Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T20:57:35.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T19:25:02.490Z (about 2 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
[![Build Status](https://travis-ci.org/hammerlab/knnimpute.svg?branch=master)](https://travis-ci.org/hammerlab/knnimpute) [![Coverage Status](https://coveralls.io/repos/github/hammerlab/knnimpute/badge.svg?branch=master)](https://coveralls.io/github/hammerlab/knnimpute?branch=master)
# knnimpute
Multiple implementations of kNN imputation in pure Python + NumPy