skops
skops copied to clipboard
skops is a Python library helping you share your scikit-learn based models and put them in production
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
I started writing a document explaining how people can deploy their models, and soon I was overwhelmed by the number of options out there. One could simply implement a REST...
wanted your help in setting up environment in local machine ``` git clone [email protected]:jot-s-bindra/skops.git git init git checkout -b new-feature conda create -c conda-forge -n skops python=3.10 conda activate skops...
Hello! I have been running the notebook behind this tutorial : https://skops.readthedocs.io/en/latest/auto_examples/plot_tabular_regression.html#sphx-glr-auto-examples-plot-tabular-regression-py The model card is initialized with this command `card.metadata_from_config(Path(local_repo))` After creating the model card, I went on to...
skops io seems to work fine with scikeras models when they haven't been fit, but not when they've been fit. The error message (and potentially underlying cause) is the same...
The widget is cool and everything but it's hard to see all the unique values of categorical variables, which variables are categorical or the range for continuous columns. Couple of...
This PR references issue #113 Implemented the function `_create_readme` which is called in `hub_utils.init`. It creates a minimal README.md file. The input to this function is the same as the...
This makes for a nice visual in our examples and for people who use notebooks to work with the `Card` object.
The space creator app fails due to token permissions it seems: ``` ValueError: You must use your personal account token for write-access methods. To generate a write-access token, go to...
There is a (probably undocumented) feature that one can use a `.huggingface.yaml` instead of embedding config in the README (internal private PR: https://github.com/huggingface/moon-landing/pull/6213 ). We should use that as well,...