I am using Pynndescent for the approximate nearest neighbor (ANN) in python for my research project. I follow the same code provided by the author of (Pynndescent). Unfortunately, there is no function in the pynndescent library for the fit/transform so I can predict the result and extract the other evaluations like Precision, recall, f1-score and confusion matrix. Would you please help?
Thank you