Skip to content

Commit

Permalink
[HWORKS-413] Add docs for model evaluation metrics (logicalclocks#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdlrm authored Feb 17, 2023
1 parent b9ac658 commit 77b49f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/hsml/python/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def create_model(
version: Optionally version of the model to create, defaults to `None` and
will create the model with incremented version from the last
version in the model registry.
metrics: Optionally a dictionary with model evaluation metrics (e.g., accuracy, MAE)
description: Optionally a string describing the model, defaults to empty string
`""`.
input_example: Optionally an input example that represents a single input for the model, defaults to `None`.
Expand Down
1 change: 1 addition & 0 deletions python/hsml/sklearn/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def create_model(
version: Optionally version of the model to create, defaults to `None` and
will create the model with incremented version from the last
version in the model registry.
metrics: Optionally a dictionary with model evaluation metrics (e.g., accuracy, MAE)
description: Optionally a string describing the model, defaults to empty string
`""`.
input_example: Optionally an input example that represents a single input for the model, defaults to `None`.
Expand Down
1 change: 1 addition & 0 deletions python/hsml/tensorflow/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def create_model(
version: Optionally version of the model to create, defaults to `None` and
will create the model with incremented version from the last
version in the model registry.
metrics: Optionally a dictionary with model evaluation metrics (e.g., accuracy, MAE)
description: Optionally a string describing the model, defaults to empty string
`""`.
input_example: Optionally an input example that represents a single input for the model, defaults to `None`.
Expand Down
1 change: 1 addition & 0 deletions python/hsml/torch/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def create_model(
version: Optionally version of the model to create, defaults to `None` and
will create the model with incremented version from the last
version in the model registry.
metrics: Optionally a dictionary with model evaluation metrics (e.g., accuracy, MAE)
description: Optionally a string describing the model, defaults to empty string
`""`.
input_example: Optionally an input example that represents a single input for the model, defaults to `None`.
Expand Down

0 comments on commit 77b49f9

Please sign in to comment.