Metadata-Version: 2.1
Name: skl2onnx
Version: 1.9.0
Summary: Convert scikit-learn models to ONNX
Home-page: https://github.com/onnx/sklearn-onnx
Author: Microsoft Corporation
Author-email: onnx@microsoft.com
License: Apache License v2.0
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 [https://onnx.ai/sklearn-onnx/](https://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 *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
        [Apache License v2.0](LICENSE)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
