Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync metadata with MLflow's model signature #285

Merged
merged 28 commits into from
Sep 21, 2021

Commits on Aug 31, 2021

  1. Make numpy methods public

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4a6e6b0 View commit details
    Browse the repository at this point in the history
  2. Add signature to MLflow test model

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e656339 View commit details
    Browse the repository at this point in the history
  3. Start to add helpers to convert from mlflow signature to mlserver types

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    685460c View commit details
    Browse the repository at this point in the history
  4. Refactor helper methods into pack / unpack

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    34e2e75 View commit details
    Browse the repository at this point in the history
  5. Move pack code into its own module

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    780aa69 View commit details
    Browse the repository at this point in the history
  6. Tweak pack / unpack methods

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    03880cf View commit details
    Browse the repository at this point in the history
  7. Add some tests to ensure that payload is packed / unpacked correctly

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e76b6bb View commit details
    Browse the repository at this point in the history
  8. Ensure input is valid base64

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4e020e9 View commit details
    Browse the repository at this point in the history
  9. Ensure b64 gets transformed

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a93bca6 View commit details
    Browse the repository at this point in the history
  10. Add datetime codec

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4d2d0c1 View commit details
    Browse the repository at this point in the history
  11. Add tests for metadata

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    90d8d61 View commit details
    Browse the repository at this point in the history
  12. Ensure name is always added

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    cddb247 View commit details
    Browse the repository at this point in the history
  13. Fix tests after adding model schema

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    63c0142 View commit details
    Browse the repository at this point in the history
  14. Update metadata indices after changing inputs and outputs

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    960cab6 View commit details
    Browse the repository at this point in the history
  15. Remvoe import

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    49eff63 View commit details
    Browse the repository at this point in the history
  16. Add tests to ensure content types are compatible with MLflow's datatypes

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9c947aa View commit details
    Browse the repository at this point in the history
  17. Add default values to codec utils

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a1dbadd View commit details
    Browse the repository at this point in the history
  18. Fix linter

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    645cb19 View commit details
    Browse the repository at this point in the history
  19. Fix linter after rebase

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    0500cd9 View commit details
    Browse the repository at this point in the history
  20. Fix mlflow tests after adding model signature

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fcdc09c View commit details
    Browse the repository at this point in the history
  21. Fix linter

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    400aa5d View commit details
    Browse the repository at this point in the history
  22. Fix merge

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9904fd6 View commit details
    Browse the repository at this point in the history
  23. Fix linter

    Adrian Gonzalez-Martin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c79626e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Add section on metadata to MLflow example

    Adrian Gonzalez-Martin committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c4b8a0d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Remove unused to_metadata method

    Adrian Gonzalez-Martin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0f24cc4 View commit details
    Browse the repository at this point in the history
  2. Add test for multiple TensorSpec

    Adrian Gonzalez-Martin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    81bc246 View commit details
    Browse the repository at this point in the history
  3. Add tests for timezone-aware datetimes

    Adrian Gonzalez-Martin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1b02bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Add comments to differentiate between test cases

    Adrian Gonzalez-Martin committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    64978c9 View commit details
    Browse the repository at this point in the history