I'm using sklearn in python to build a classifier eventually to be used in an android application. How to transfer it from python to a way Android Studio can work with?
I've seen tflite implementations but nothing for sklearn. Alongside that there is also that sklearn doesn't allow me to save a model using MultinomialNB as it has no save function.