I want to convert my KNN model in to a tflite model to upload to android studio.Here is the code I have used.
from sklearn.neighbors import KNeighborsClassifier k