sklearn-onnx | Convert scikit-learn models and pipelines to ONNX | Machine Learning library
kandi X-RAY | sklearn-onnx Summary
kandi X-RAY | sklearn-onnx Summary
sklearn-onnx converts scikit-learn models to ONNX. Once in the ONNX format, you can use tools like ONNX Runtime for high performance scoring. All converters are tested with onnxruntime.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Convert a sklearn TextVectorizer operator
- Return a unique operator name
- Returns a unique variable name
- Generate a unique name for the given seed
- Convert a sklearn - naive sklearn naive
- Define the Bernstein joint log - likelihood
- Guess the numpy type for the given data_type
- Construct the joint log likelihoods for the given model
- Convert a Gaussian Process classifier
- Convert a scaler operator into a scaler operator
- Convert a sklearn svm classifier operator into an SVMClassifier
- Convert the operator to onnx
- Convert a sklearn decision tree classifier
- Convert a quadratic discriminator
- Convert an operator to onnx classifier
- Convert an operator to onnx
- Map operator to onnx operator
- Convert a GaussianProcessRegressor
- Convert an operator classifier to onnx
- Convert a sklearn random forest regressor
- Convert a OneHotEncoder operator
- Build the name map for sklearn operator names
- Convert a sklearn_gaussian_matrix
- Convert a sklearn sklearn model
- Convert a sklearn random forest classifier
- Convert a sklearnisolation forest
sklearn-onnx Key Features
sklearn-onnx Examples and Code Snippets
Community Discussions
Trending Discussions on sklearn-onnx
QUESTION
For example following: https://github.com/onnx/sklearn-onnx/blob/master/docs/tutorial.rst
But with
...ANSWER
Answered 2020-Feb-05 at 19:52This is unfortunately not possible -- the skl2onnx converter does not expose the decision path in a converted ONNX model. In the case of SciKitLearn's Regressors, we only expose the predicted score in the ONNX model. In Classifiers, we expose the predicted class and the probability / decision function scores.
There is also no way to take a converted ONNX model and load it back into SciKitLearn.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sklearn-onnx
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page