Arjun Jagdale
Arjun Jagdale
### Related Issues/PRs Resolve #16241 ### What changes are proposed in this pull request? Clarified the `mlflow.log_artifacts` function in the documentation table to reflect that it only supports **logging directories**,...
🛠 DevTools 🛠 [](https://codespaces.new/ArjunJagdale/mlflow/pull/16254?quickstart=1) #### Install mlflow from this PR ``` # mlflow pip install git+https://github.com/mlflow/mlflow.git@refs/pull/16254/merge # mlflow-skinny pip install git+https://github.com/mlflow/mlflow.git@refs/pull/16254/merge#subdirectory=skinny ``` For Databricks, use the following...
Updated chunk handling to cast to expected schema when features are provided or to unify schemas when not. This ensures proper schema alignment for the yielded batches. fixes #7872 This...
Added flatten_indices parameter to control index flattening during dataset saving. Solves #7861 This PR introduces a new optional argument, flatten_indices, to the save_to_disk methods in both Dataset and DatasetDict. The...
(revival of #6832) https://github.com/huggingface/datasets/pull/7648#issuecomment-3084050130 Close https://github.com/huggingface/datasets/issues/4101, and more --- ### PR under work!!!!