Pins + Vetiver vs MLflow which one to choose for MLOps

480 Views Asked by At

I am a big fan boy of tidymodels and played around with vetiver + pins in R and Python in order to not only develop models but actually deploy them.

However, if you are looking for tools that support in the area of MLOps, sooner or later you will stumble across MLflow. Just like vetiver + pins, MLflow helps to track and deploy models and to build a model registry. I see some pros for vetiver like:

  • you can directly dockerize a model or create a REST service
  • vetiver+ pins is very, very easy to use and does not require a lot of setup

At this point, I'd like to ask the community if there are any other advantages of vetiver + pins over MLflow or is it advisable to use MLflow directly, since it is completely agnostic regarding the programming language and already has a very large community? Many thanks for your answers! M.

0

There are 0 best solutions below