harupy / mlflow

Open source platform for the machine learning lifecycle
https://mlflow.org
Apache License 2.0
0 stars 1 forks source link

fix type conversion #89

Closed mengxr closed 4 months ago

mengxr commented 4 months ago
🛠 DevTools 🛠

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

Related Issues/PRs

#xxx ### What changes are proposed in this pull request?

How is this PR tested?

Does this PR require documentation update?

Release Notes

Is this a user-facing change?

What component(s), interfaces, languages, and integrations does this PR affect?

Components

Interface

Language

Integrations

How should the PR be classified in the release notes? Choose one:

Should this PR be included in the next patch release?

Yes should be selected for bug fixes, documentation updates, and other small changes. No should be selected for new features and larger changes. If you're unsure about the release classification of this PR, leave this unchecked to let the maintainers decide.

What is a minor/patch release? - Minor release: a release that increments the second part of the version number (e.g., 1.2.0 -> 1.3.0). Bug fixes, doc updates and new features usually go into minor releases. - Patch release: a release that increments the third part of the version number (e.g., 1.2.0 -> 1.2.1). Bug fixes and doc updates usually go into patch releases.
github-actions[bot] commented 4 months ago

@mengxr Thank you for the contribution! Could you fix the following issue(s)?

⚠ DCO check

The DCO check failed. Please sign off your commit(s) by following the instructions here. See https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.md#sign-your-work for more details.