Skip to main content

Scikit-Learn runtime for MLServer

Project description

Scikit-Learn runtime for MLServer

This package provides a MLServer runtime compatible with Scikit-Learn.

Usage

You can install the runtime, alongside mlserver, as:

pip install mlserver mlserver-sklearn

For further information on how to use MLServer with Scikit-Learn, you can check out this worked out example.

Content Types

If no content type is present on the request or metadata, the Scikit-Learn runtime will try to decode the payload as a NumPy Array. To avoid this, either send a different content type explicitly, or define the correct one as part of your model's metadata.

Model Outputs

The Scikit-Learn inference runtime exposes a number of outputs depending on the model type. These outputs match to the predict, predict_proba and transform methods of the Scikit-Learn model.

Output Returned By Default Availability
predict Available on most models, but not in Scikit-Learn pipelines.
predict_proba Only available on non-regressor models.
transform Only availabe on Scikit-Learn pipelines.

By default, the runtime will only return the output of predict. However, you are able to control which outputs you want back through the outputs field of your {class}InferenceRequest <mlserver.types.InferenceRequest> payload.

For example, to only return the model's predict_proba output, you could define a payload such as:

---
emphasize-lines: 10-12
---
{
  "inputs": [
    {
      "name": "my-input",
      "datatype": "INT32",
      "shape": [2, 2],
      "data": [1, 2, 3, 4]
    }
  ],
  "outputs": [
    { "name": "predict_proba" }
  ]
}

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlserver-sklearn-1.3.5rc1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlserver_sklearn-1.3.5rc1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file mlserver-sklearn-1.3.5rc1.tar.gz.

File metadata

  • Download URL: mlserver-sklearn-1.3.5rc1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for mlserver-sklearn-1.3.5rc1.tar.gz
Algorithm Hash digest
SHA256 1ed670a40f085be08c97eb79086cdad0131a5fea362f2c2a1d22182ac32ef30b
MD5 8acee17fad2ed1513f01b028ed6dc037
BLAKE2b-256 4714a86fe487447107265f8be2ae9ee7acedddc04a0699a594f76ecc204f8050

See more details on using hashes here.

File details

Details for the file mlserver_sklearn-1.3.5rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for mlserver_sklearn-1.3.5rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 60223e18621d72bb1321d72eb992c4b086db799f1a07d4e3dca90c7d3c382cce
MD5 502012b2a833f63edb6c8b9898b3ce10
BLAKE2b-256 0af4f44c46ac35dc0aa49be8d2a828e53d6c09a09b71eda087534c434e1d3774

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page