Who needs MLflow when you have SQLite?
ploomber.io
Who needs MLflow when you have SQLite?
1–10 of 113 posts
Re: Who needs MLflow when you have SQLite?
#2Re: Who needs MLflow when you have SQLite?
#3But, hordes of architects and managers who almost have a clue have been conditioned to want l and expect mlflow. And it's baked into databricks too, so for most purposes you'll be stuck with it.
Props to the author for daring to challenge the status quo.
Re: Who needs MLflow when you have SQLite?
#4Despite being around it for some time, I’m not sure big data or machine learning needed to be a thing for the vast majority of businesses.
Re: Who needs MLflow when you have SQLite?
#5Re: Who needs MLflow when you have SQLite?
#6Re: Who needs MLflow when you have SQLite?
#7Re: Who needs MLflow when you have SQLite?
#8The elephant in the room with data is that we don’t need a lot of the fancy and powerful technology. SQL against a relational database gets us extraordinarily far. Add some Python scripts where we need some imperative logic and glue code, and a sprinkle of CI/CD if we really want to professionalise the work of data scientists. I think this covers the vast majority of situations. Despite being around it for some time,…
Re: Who needs MLflow when you have SQLite?
#9Could you provide context on why SQLite would replace MLflow? From the standpoint of model tracking (record and query experiments), projects (package code for reproducibility on any platform), deploy models in multiple environments, registry for storing and managing models, and now recipes (to simplify model creation and deployment), MLflow helps with the MLOps life cycle.
We have another project to cover the orchestration/pipelines aspect: https://github.com/ploomber/ploomber and we have plans to work on the rest of features. For now, we're focusing on those two.
Re: Who needs MLflow when you have SQLite?
#10Could you provide context on why SQLite would replace MLflow? From the standpoint of model tracking (record and query experiments), projects (package code for reproducibility on any platform), deploy models in multiple environments, registry for storing and managing models, and now recipes (to simplify model creation and deployment), MLflow helps with the MLOps life cycle.