Hacker News new | ask | show | jobs
by edublancas 1314 days ago
Fair point. MLflow has a lot of features to cover the end-to-end dev cycle. This SQLite tracker only covers the experiment tracking part.

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.

1 comments

Have you looked into duckdb for the database? I'm hearing for some tasks it's faster than SQLite.
Yeah, we're also looking into it and we'll probably add it as a backend in the future!