DeepchecksModelVersionClient#
- class DeepchecksModelVersionClient#
Client to interact with a given model version, including all functions to send data.
- Parameters
- hoststr
The deepchecks monitoring API host.
- model_version_idint
The id of the model version.
- __new__(*args, **kwargs)#
Attributes
Methods
Get the feature importance as a pandas Series. |
|
Get DataFrame or Deepchecks dataset and predictions for a model version production data on a specific window. |
|
Get DataFrame or Deepchecks dataset and predictions for a model version reference data. |
|
Log batch of samples. |
|
Add a data sample for the model version update queue. |
|
Send all the aggregated samples for upload or update. |
|
Set model version feature importance. |
|
Get statistics on uploaded samples for the model version in a provided time window. |
|
Upload reference data. |
|
Used in create version when the version already exists to verify it's matching the user passed properties. |