Well the problem is that I found out models in scikit-learn that are the best for my data but I am not able to save these models under ".pb" extension to be able to deploy them over tensorflow-serving. Knowing that tensorflow-serving is a must, is there any way to make it happen or am I obliged to use a model from tensorflow or Keras only?
Note that I know there is a /contrib directory containing models that act like scikit-learn ones but their precision is much worse.