Metadata-Version: 2.2
Name: waylay-ml-adapter-sklearn
Version: 0.0.8
Summary: ML_adapter for sklearn.
Author-email: Waylay <info@waylay.io>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: waylay-ml-adapter-numpy
Provides-Extra: dev
Requires-Dist: waylay-ml-adapter-devtools; extra == "dev"
Requires-Dist: waylay-sdk-core; extra == "dev"
Requires-Dist: scikit-learn==1.5.*; extra == "dev"

# waylay-ml-adapter-sklearn

Provides the `waylay-ml-adapter-sklearn` module as 
[Waylay ML Adapter](https://docs.waylay.io/#/api/sdk/python?id=ml_adapter) for [scikit-learn](https://scikit-learn.org/stable/).

## Installation
```
pip install waylay-ml-adapter-sklearn
```

## Exported classes

This module exports the following classes:

### `ml_adapter.sklearn.V1SklearnPredictAdapter`

> ModelAdapter for sklearn models with a `predict` method.


### `ml_adapter.sklearn.V1SklearnPredictProbaAdapter`

> ModelAdapter for sklearn models with a `predict_proba` method.



## See also

* [waylay-ml-adapter-numpy](https://pypi.org/project/waylay-ml-adapter-numpy/) the [numpy](https://numpy.org/) data adapter that this model adapter uses.
* [waylay-ml-adapter-torch](https://pypi.org/project/waylay-ml-adapter-torch/) _ML adapter_ for [pytorch](https://pytorch.org/) models.
* [waylay-ml-adapter-sdk](https://pypi.org/project/waylay-ml-adapter-sdk/) provides the `ml_tool` extension to the [waylay-sdk](https://pypi.org/project/waylay-sdk/)
* [waylay-ml-adapter-base](https://pypi.org/project/waylay-ml-adapter-base/) provides the basic _ML adapter_ infrastructure.
* [waylay-ml-adapter-api](https://pypi.org/project/waylay-ml-adapter-api/) defines the remote data interfaces.
