pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
763 stars 151 forks source link

Add sklearn pipeline support #92

Open glicerico opened 3 years ago

glicerico commented 3 years ago

This library does not work with sklearn Pipelines as it is now. I converted the RandomBinaryProjections this way, for a project I am working on in this repo

pixelogik commented 3 years ago

@glicerico Do you want to create a pull request for that edit?