Nearest neighbors
Concrete ML
scikit-learn
Ciphertext format compatibility
Example
from concrete.ml.sklearn import KNeighborsClassifier
concrete_classifier = KNeighborsClassifier(n_bits=2, n_neighbors=3)Quantization parameters
Inference time considerations
Last updated
Was this helpful?