Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the difference of this and ONNX? #36

Closed
ogencoglu opened this issue Sep 28, 2023 · 2 comments
Closed

What is the difference of this and ONNX? #36

ogencoglu opened this issue Sep 28, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ogencoglu
Copy link

Description

We can already convert sklearn models to onnx, even add extra metadata if we want, investigate the model intrinsics via https://netron.app/ (locally or on the browser). How is the functionality of pymilo different than ONNX?

@AHReccese
Copy link
Member

Hi there, I hope you're doing great, here is a comprehensive answer:

ONNX is an open format that is built to represent machine learning models. ONNX defines a set of the building blocks of machine learning models. So, the models exported by ONNX are not exactly the same as the original model. In fact, before exporting, the models are reconstructed (approximately) by the building blocks provided by ONNX.

image

@AHReccese AHReccese self-assigned this Oct 21, 2023
@AHReccese AHReccese added the question Further information is requested label Oct 21, 2023
@ogencoglu
Copy link
Author

Thank you for the reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants