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

As discussed, the "Tests" and "Doc Tests" tasks are redundant. Since CI is already quite slow as is, we really don't want to run all the tests twice. Therefore, the...

Solves #111 [This](https://huggingface.co/skops-ci/hf_hub_example-c57afd8c-0f9f-4dcc-9fd0-29325a03cf83/tree/main) is the outcome of using `plot_hf_hub.py` with one added line: ```python hub_utils.add_files([__file__], dst=local_repo) ``` As can be seen, the script itself is now included in the upload.

We should remove the token from the repo and move it to secrets, but we should make sure it works on PRs from forks.

This affects platforms/frameworks which only support noarch packages, like pyodide.

We need to provide class labels for widget in `config.json` of `text-classification` models. See [this line](https://github.com/huggingface/api-inference-community/blob/main/docker_images/common/app/pipelines/text_classification.py#L19) in `api-inference-community`. (I think it's good to keep it regardless of widget, it can...

While thinking about https://github.com/skops-dev/skops/issues/110 I realized it'd be much easier to fix existing issues in repos if the file generating the model and the modelcard was included in the repo....

Since we've added inference tests, the CI almost always times out. We should figure out why, starting by putting times in tests to see where the tests fail.

Similar to #100, but we should also make sure the config file and the README contain the right components for the widget to work. This might also involve adding a...

Try 4 parallel, remove redundant tests