Skip to content

Zethson/fknni

Repository files navigation

fknni

Tests Documentation

Fast implementations of KNN imputation using faiss. Might support more backends such as annoy and GPUs in the future. Help is more than welcome!

image

Getting started

Please refer to the documentation. In particular, the

Installation

You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Mambaforge.

Install the latest release of fknni from PyPI:

pip install fknni

Install the latest development version:

pip install git+https://github.com/zethson/fknni.git@main

Release notes

See the changelog.

Contact

If you found a bug, please use the issue tracker.