Metadata-Version: 2.1
Name: scikit-onnxruntime
Version: 0.2.1.2
Summary: Scikit-learn wrapper of onnxruntime
Home-page: https://github.com/xadupre/scikit-onnxruntime
Author: Microsoft Corporation
Author-email: xadupre@microsoft.com
License: MIT 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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: onnx
Requires-Dist: onnxruntime
Requires-Dist: pandas
Requires-Dist: scikit-learn


*scikit-onnxruntime* wraps 
`onnxruntime <https://github.com/microsoft/onnxruntime>`_
with `scikit-learn <https://scikit-learn.org/stable/>`_ API.

Documentation
-------------

Full documentation including tutorials is available at
`xadupre.github.io <https://xadupre.github.io/>`_.

You may also find answers in 
`existing issues <https://github.com/xadupre/scikit-onnxruntime/issues?utf8=%E2%9C%93&q=is%3Aissue>`_
or submit a new one.

Installation
------------

You can install from `PyPi <https://pypi.org/project/scikit-onnxruntime>`_::

    pip install skonnxrt

Or you can install from the source with the latest changes::

    pip install git+https://github.com/xadupre/scikit-onnxruntime.git

Contribute
----------

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

License
-------

`MIT License <LICENSE>`_


