Skip to main content

Convert scikit-learn models to ONNX

Project description

## Introduction sklearn-onnx converts [scikit-learn](https://scikit-learn.org/stable/) models to [ONNX](https://github.com/onnx/onnx). Once in the ONNX format, you can use tools like [ONNX Runtime](https://github.com/Microsoft/onnxruntime) for high performance scoring.

## Documentation Full documentation including tutorials is available at [http://onnx.ai/sklearn-onnx/](http://onnx.ai/sklearn-onnx/).

You may also find answers in [existing issues](https://github.com/onnx/sklearn-onnx/issues?utf8=%E2%9C%93&q=is%3Aissue) or submit a new one.

## Installation You can install from [PyPi](https://pypi.org/project/skl2onnx/): ` pip install skl2onnx ` Or you can install from the source with the latest changes. ` pip install git+https://github.com/onnx/sklearn-onnx.git `

If you install sklearn-onnx from its source code, you must set the environment variable ONNX_ML=1 before installing the onnx package.

## Contribute We welcome contributions in the form of feedback, ideas, or code.

## License [MIT License](LICENSE)

Project details


Download files

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

Source Distribution

skl2onnx-1.4.4.tar.gz (522.3 kB view hashes)

Uploaded Source

Supported by

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