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

Return Model from log_model #5230

Merged
merged 12 commits into from Jan 12, 2022
Merged

Return Model from log_model #5230

merged 12 commits into from Jan 12, 2022

Commits on Jan 6, 2022

  1. return Model from log_model

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    8434e2f View commit details
    Browse the repository at this point in the history
  2. add ModelInfo namedtuple

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    550e293 View commit details
    Browse the repository at this point in the history
  3. refactor code

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e8ca131 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. merge master

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c347165 View commit details
    Browse the repository at this point in the history
  2. update all flavors return type and docstring

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    5965f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. add test to test_model.py

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7671fb2 View commit details
    Browse the repository at this point in the history
  2. add tests for each flavor

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    cce93bb View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5045a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. add namedtuple docs, remove input_schema and output_schema from Model…

    …Info
    
    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3a40ec8 View commit details
    Browse the repository at this point in the history
  2. use better sphinx syntax

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    00bf853 View commit details
    Browse the repository at this point in the history
  3. fix ModelSignature import issue

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2c3bd70 View commit details
    Browse the repository at this point in the history
  4. fix empty signature

    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    83bb305 View commit details
    Browse the repository at this point in the history