Corey Zumar
Corey Zumar
We are excited to help you make your first code contribution to MLflow! Many of the open issues on the MLflow repository are very friendly for newcomers and are labeled...
MLflow recently launched its latest public roadmap, which you can find here: https://github.com/mlflow/mlflow/milestone/3. We would really like help from the community with completing these roadmap items, many of which are...
### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary ## MLflow Roadmap Item This is an MLflow Roadmap item that has been prioritized...
MLflow Pipelines provides a standardized framework for creating production-grade ML pipelines that combine modular ML code with software engineering best practices to make model development and deployment fast & scalable....
Because predictions are cached within the query frontend, horizontally scaling the frontend will result in frontend replicas having different prediction cache contents. This motivates decoupling the prediction cache from the...
Signed-off-by: dbczumar ## What changes are proposed in this pull request? Update pipeline example submodule to latest MLP commit - fixes deep cloning ## How is this patch tested? Clone...
Signed-off-by: dbczumar ## What changes are proposed in this pull request? Remove experiment, run, and model listing APIs in favor of search ## How is this patch tested? Existing CI...
Signed-off-by: dbczumar ## What changes are proposed in this pull request? Run MLP tests against a specific "next-release" MLP template branch (https://github.com/mlflow/mlp-regression-template/tree/next-release). This PR introduces a `@pytest.mark.mlp_next_release("")` decorator and an...
## What changes are proposed in this pull request? Remove ListExperiments API ## How is this patch tested? - [ ] I have written tests (not required for typo or...
The https://github.com/mlflow/mlflow-export-import/ tool was recently made available, and it enables you to move runs and experiments from one MLflow Tracking server to another. This is very useful for migrating from...