Who needs MLflow when you have SQLite?
21–30 of 113 posts
Re: Who needs MLflow when you have SQLite?
#22Yeah, MLFlow is a shitshow. The docs seem designed to confuse, the API makes Pandas look good and the internal data model is badly designed and exposed, as the article says. But, 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 sta…
Re: Who needs MLflow when you have SQLite?
#23Yeah, MLFlow is a shitshow. The docs seem designed to confuse, the API makes Pandas look good and the internal data model is badly designed and exposed, as the article says. But, 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 sta…
"the API makes Pandas look good" It sparks joy in my heart whenever I see shade cast against pandas.
No, I want you to force me to provide my data in the right way and raise a noisy exception if I don't.
Re: Who needs MLflow when you have SQLite?
#24Yeah, MLFlow is a shitshow. The docs seem designed to confuse, the API makes Pandas look good and the internal data model is badly designed and exposed, as the article says. But, 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 sta…
How many data scientists that use Databricks for modeling do you know?
Talking to a 2000+ person org now that is standardizing data science across the org using... you guessed it
Re: Who needs MLflow when you have SQLite?
#25Re: Who needs MLflow when you have SQLite?
#26I think MLflow is a good idea (very) badly executed. I would like to have a library that combines: - simple logging of (simple) metrics during and after training - simple logging of all arguments the model was created with - simple logging of a textual representation of the model - simple logging of general architecture details (number of parameters, regularisation hyperparameters, learning rate, number of epochs etc…
Re: Who needs MLflow when you have SQLite?
#27Earlier quoted context omitted.
Every time I open up pandas I jealously remember the expressive beauty of R for these tasks. But because we're all "serious" of course we must use Python for production lest we not be serious.
To be fair, taking R to production is a goddamn nightmare.
Re: Who needs MLflow when you have SQLite?
#28Earlier quoted context omitted.
To be fair, taking R to production is a goddamn nightmare.
R is a trash of a language. It doesn't have any sense of coherency to it at all. They keep trying to fix the underlying problems by ducktaping paradigms on to it over and over (S3, S4, R6, etc). There's never a clear sense of the best way to do anything, but plenty of options to do a thing in a very hacky 'script-kiddy' way. Looking out at the community of different projects it becomes clear that everyone is pretty l…
One look of dplyr code over pandas would of course disabuse anyone of the notion that R is trash and the tragedy is Python will in the current state never have anything like that. That's the advantage of the language being influenced by Lisp vs not.
Re: Who needs MLflow when you have SQLite?
#29Earlier quoted context omitted.
How many data scientists that use Databricks for modeling do you know?
It's ubiquitous. I've consulted for a 100 person company that built a data product on top of some IoT data. Everything was in databricks, literally everything. (Not endorsing that, just an observation) Talking to a 2000+ person org now that is standardizing data science across the org using... you guessed it
Re: Who needs MLflow when you have SQLite?
#30I think MLflow is a good idea (very) badly executed. I would like to have a library that combines: - simple logging of (simple) metrics during and after training - simple logging of all arguments the model was created with - simple logging of a textual representation of the model - simple logging of general architecture details (number of parameters, regularisation hyperparameters, learning rate, number of epochs etc…