skops icon indicating copy to clipboard operation
skops copied to clipboard

skops is a Python library helping you share your scikit-learn based models and put them in production

Results 75 skops issues
Sort by recently updated
recently updated
newest added

See if setting max parallelism affects the timeout issue.

We should add some sort of a permutation importance to the model card example. Later we can add this more as a functionality, but for now it can be just...

The features we added to enable inference widget (e.g. having example input at config) can be repurposed to let the users understand the model and infer through API and easily...

We should have example scripts for every task we will support, as we develop model card features/inference specific features for the task and showcase them. We need scripts for below...

good first issue

The existing models on the hub, for example under https://huggingface.co/scikit-learn, don't necessarily include a model card or a config file and the widget on many of them doesn't work. They...

ref: https://github.com/huggingface/api-inference-community/issues/82 This is probably something which needs to be fixed on the https://github.com/huggingface/api-inference-community or https://github.com/huggingface/hub-docs (widgets) side, but having an issue here to make sure we don't forget about...

Sometimes the repos we push during CI stay there and they're not removed by the CI. This is not very crucial since another job periodically removes old stale CI repos....

Probably a good idea to allow users to push to a private repo if they want to, by accepting a `private: bool` attribute on `hub_utils.push`.

The inference and the widget would only work if the metadata section of the README file is present. Should we create an empty modelcard with the necessary sections for those...

We should add the package to conda-forge. Nothing to be done here in this repo, but an issue to keep track of it. Docs: https://conda-forge.org/#add_recipe