Skip to main content

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 available 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" }
  ]
}

Release files for mlserver-sklearn 1.7.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for mlserver-sklearn 1.7.1
File Size Uploaded
mlserver_sklearn-1.7.1.tar.gz 6.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for mlserver-sklearn 1.7.1
File Interpreter ABI Platform
mlserver_sklearn-1.7.1-py3-none-any.whl Python 3 none any Details

Total release size: 14.9 kB

Release files / mlserver_sklearn-1.7.1.tar.gz

Download URL mlserver_sklearn-1.7.1.tar.gz
Size 6.9 kB
Tags Source
SHA-256 checksum
How to use checksums
6827b306c582b757352417a6fdfb382dae53ce405f3086363aa092e20f96ce0a
BLAKE2b-256 checksum
How to use checksums
1b2f7910e765fe425413cf63dd2941fb0077405c55fe592be6a957354ec13fc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.1.3 CPython/3.10.17 Linux/6.11.0-1015-azure

Release files / mlserver_sklearn-1.7.1-py3-none-any.whl

Download URL mlserver_sklearn-1.7.1-py3-none-any.whl
Size 8.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
a9646646ac13487854e515e480bb086f89be52189af362285501d0d9b5795ac5
BLAKE2b-256 checksum
How to use checksums
eef76ddcc37c5c24b94295ea54d6d411450cc6a08350738937e00bec9d14e9d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.1.3 CPython/3.10.17 Linux/6.11.0-1015-azure

Release history Release notifications | RSS feed

This release

1.7.1 This release

2 release files

1.7.0

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.0

2 release files

1.3.5

2 release files

1.3.4

2 release files

1.3.3

2 release files

1.3.2

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.4

2 release files

1.2.3

2 release files

1.2.2

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.5.3

2 release files

0.5.2

2 release files

0.5.1

2 release files

0.5.0

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.2.1

2 release files

0.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page