All Projects → onnx → Sklearn Onnx

onnx / Sklearn Onnx

Licence: mit
Convert scikit-learn models and pipelines to ONNX

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sklearn Onnx

Onnxmltools
ONNXMLTools enables conversion of models to ONNX
Stars: ✭ 476 (+131.07%)
Mutual labels:  scikit-learn, onnx
ai-deployment
关注AI模型上线、模型部署
Stars: ✭ 149 (-27.67%)
Mutual labels:  scikit-learn, onnx
Windows Machine Learning
Samples and Tools for Windows ML.
Stars: ✭ 663 (+221.84%)
Mutual labels:  scikit-learn, onnx
Onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Stars: ✭ 5,910 (+2768.93%)
Mutual labels:  scikit-learn, onnx
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+5642.23%)
Mutual labels:  scikit-learn, onnx
Coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
Stars: ✭ 2,483 (+1105.34%)
Mutual labels:  onnx
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-5.83%)
Mutual labels:  scikit-learn
Practical Machine Learning With Python
Machine Learning Tutorials in Python
Stars: ✭ 183 (-11.17%)
Mutual labels:  scikit-learn
Adversarial Robustness Toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
Stars: ✭ 2,638 (+1180.58%)
Mutual labels:  scikit-learn
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+8246.12%)
Mutual labels:  onnx
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-3.88%)
Mutual labels:  scikit-learn
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (-5.83%)
Mutual labels:  onnx
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+6307.77%)
Mutual labels:  scikit-learn
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (-5.34%)
Mutual labels:  onnx
Hyperactive
A hyperparameter optimization and data collection toolbox for convenient and fast prototyping of machine-learning models.
Stars: ✭ 182 (-11.65%)
Mutual labels:  scikit-learn
Lale
Library for Semi-Automated Data Science
Stars: ✭ 198 (-3.88%)
Mutual labels:  scikit-learn
Bert Sklearn
a sklearn wrapper for Google's BERT model
Stars: ✭ 182 (-11.65%)
Mutual labels:  scikit-learn
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (-7.77%)
Mutual labels:  scikit-learn
Explainx
Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line of code.
Stars: ✭ 196 (-4.85%)
Mutual labels:  scikit-learn
Pqkmeans
Fast and memory-efficient clustering
Stars: ✭ 189 (-8.25%)
Mutual labels:  scikit-learn

Linux Windows
Build Status Build Status

Introduction

sklearn-onnx converts scikit-learn models to ONNX. Once in the ONNX format, you can use tools like ONNX Runtime for high performance scoring.

Documentation

Full documentation including tutorials is available at http://onnx.ai/sklearn-onnx/.

You may also find answers in existing issues or submit a new one.

Installation

You can install from PyPi:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].