Prithvi Kannan

Results 10 issues of Prithvi Kannan

Signed-off-by: Prithvi Kannan ## Related Issues/PRs #xxx ## What changes are proposed in this pull request? moving best_parameters.yaml to train folder. ## How is this patch tested? - [ ]...

rn/none
area/pipelines

# What does this PR do? Batch up log metrics calls in speed_monitor.py. # What issue(s) does this change relate to? Speed up logging. # Before submitting - [ ]...

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/prithvikannan/mlflow/pull/10842?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/10842/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 10842 ``` ###...

rn/none
area/tracking

Nulls are not properly handled in the first row of the dataset. However, if null exists in a later row, then the chart will render properly. A current workaround to...

Signed-off-by: Prithvi Kannan `detectDimensionTypes` does not handle `null` values in the first row. This PR implements the following logic to determine dimension types based on the entire dataset: _if all...

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/prithvikannan/mlflow/pull/11880?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11880/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11880 ``` ###...

rn/none
area/models

### Related Issues/PRs #xxx ### What changes are proposed in this pull request? * Add RAG-like model signatures to the `mlflow.models.rag_signatures` module. * Add a `convert_dataclass_to_schema` function to `mlflow.types.schema` *...

rn/none
area/models

In MLflow 2.13.0, we will introduce RAG model signatures defined as dataclasses to support extensibility. This PR introduces matching output parsers for those model signatures, such that the users don't...

Signed-off-by: Prithvi Kannan