DOC add roadmap#311
Merged
BenjaminBossan merged 2 commits intoskops-dev:mainfrom Mar 7, 2023
Merged
Conversation
Member
Author
|
rendered here: https://skops--311.org.readthedocs.build/en/311/roadmap.html |
BenjaminBossan
approved these changes
Mar 3, 2023
Collaborator
BenjaminBossan
left a comment
There was a problem hiding this comment.
Great write-up. Apart from the two minor comments, nothing to add from my side.
| When deploying models, persistence is a key aspect. Since :ref:`pickles are | ||
| insecure <persistence>`, we helps users in two ways to replace pickle | ||
| files. One is our own ``.skops`` format, and another one is through tools | ||
| to make it easier to convert models to ONNX. There are existing tools to |
Collaborator
There was a problem hiding this comment.
Should probably be "sklearn models"?
Member
Author
There was a problem hiding this comment.
Ideally they'd be able to convert non-sklearn models as well, by implementing custom converters. But that's not well documented.
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@BenjaminBossan and I had a meeting and talked about the project's roadmap, and here's the result, and we thought it'd be nice to have it as a part of our recorded documentation, and update it every few months.
We also talked about how we can increase the visibility and usage of the project, which I don't think belongs to the project roadmap section, but putting it here to also talk about it:
The status at the moment:
Ideas on increasing usage:
.skopsand.onnxis, for example..skopsformat. (the format would need to be more mature for that)cc @skops-dev/maintainers