scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
479 stars 106 forks source link

Faiss knn improvment #192

Closed Menelau closed 4 years ago

Menelau commented 4 years ago

Allowing approximate search for the FaissKNNClassifier. Closes #140

pep8speaks commented 4 years ago

Hello @Menelau! Thanks for opening this PR.

Line 45:80: E501 line too long (110 > 79 characters)

Do see the Hitchhiker's guide to code style