Corey Zumar

Results 44 issues of 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...

enhancement
good first issue
area/artifacts

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...

type: enhancement
check-again

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...

rn/none
area/pipelines

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...

rn/breaking-change
area/model-registry
area/tracking

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...

rn/none
area/build

## 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...