Metadata-Version: 2.1
Name: ml_wrappers
Version: 0.4.6
Summary: Machine Learning Wrappers SDK for Python
Home-page: https://github.com/microsoft/ml-wrappers
Author: Microsoft Corp
Author-email: ilmat@microsoft.com
License: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Machine Learning Wrappers SDK for Python

### This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10

The Machine Learning Wrappers SDK provides a unified wrapper for various ML frameworks - to have one uniform scikit-learn format predict and predict_proba functions.

Highlights of the package include:

- A dataset wrapper to handle scipy sparse, pandas and numpy datasets in a uniform manner.
- A model wrapper to handle models from various frameworks uniformly, including scikit-learn, tensorflow, pytorch, lightgbm and xgboost

Please see the github website for the documentation and sample notebooks:
https://github.com/microsoft/ml-wrappers
