skops
skops copied to clipboard
skops is a Python library helping you share your scikit-learn based models and put them in production
On huggingface spaces there is a small button at the top, which says ` use in scikit learn` And I think its showing some old syntax here which doesn't work....
Maybe it's possible to add a cryptographically secure fingerprint of the whole saved object. Then, during loading, we can compare whether the loaded object's fingerprint is identical. This could prevent...
Added sphinx link extension and created a linkcode_resolve function (adapted from pandas/numpy).
Currently `api-inference-community` has skops integration for only `pickle` files. We need to have the ability to load the models that have `.skops` format.
I implemented permutation importance, will write tests if you like where it goes. I have two problems: - Are we okay with `matplotlib` being a dependency here? I'll look for...
For secure persistence, we need to ensure that certain builtin functions cannot be loaded, such as eval, exec and functions from urllib, os, sys...
A mechanism should be implemented that allows library authors to add secure persistence to their library, and for users to opt those libraries in.
Our examples in docs push to temporary repos, which means we can't have a link at the end to refer users to the generated repositories. We can't push to permanent...
WIP still need to fix one test #### Reference Issues/PRs Fixes #388 #### What does this implement/fix? Explain your changes. This fixes a recursion error that was happening when dumping...