winmltools 1.2.0.912
pip install winmltools==1.2.0.912
Newer version available (1.5.1)
Released:
Converts Machine Learning models to ONNX for use in Windows ML
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Microsoft Corporation
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
Project description
Introduction
WinMLTools enables you to convert models from different machine learning toolkits into ONNX for use with Windows ML. Currently the following toolkits are supported:
Apple Core ML
scikit-learn (subset of models convertible to ONNX)
xgboost
libSVM
Keras
Install
pip install winmltools
Dependencies
scikit-learn is needed to convert a scikit-learn model, coremltools for Apple Core ML.
Example
Here is a simple example to convert a Core ML model:
import winmltools import coremltools model_coreml = coremltools.utils.load_spec("image_recognition.mlmodel") model_onnx = winmltools.convert.convert_coreml(model_coreml, "Image_Reco") # Save as text winmltools.utils.save_text(model_onnx, "image_recognition.json") # Save as protobuf winmltools.utils.save_model(model_onnx, "image_recognition.onnx")
License
MIT License
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Microsoft Corporation
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file winmltools-1.2.0.912-py2.py3-none-any.whl
.
File metadata
- Download URL: winmltools-1.2.0.912-py2.py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9ffd0a4998cea393dc1693c1a7188b9559cf1dd4d5fd6a05f06df319142b79b2
|
|
MD5 |
881b535296ab344271e25cd265d12c0b
|
|
BLAKE2b-256 |
97336ae08d4fd68f2cb4a630ef6954ffbca40c4e9f5f2c4734c26f5dac4979cd
|