Fast implementations of KNN imputation using faiss. Might support more backends such as annoy and GPUs in the future. Help is more than welcome!
Please refer to the documentation. In particular, the
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
See the changelog.
If you found a bug, please use the issue tracker.