{"id":13688721,"url":"https://github.com/skops-dev/skops","last_synced_at":"2025-05-14T11:09:55.056Z","repository":{"id":38080665,"uuid":"488600439","full_name":"skops-dev/skops","owner":"skops-dev","description":"skops is a Python library helping you share your scikit-learn based models and put them in production","archived":false,"fork":false,"pushed_at":"2025-04-23T12:11:45.000Z","size":1331,"stargazers_count":475,"open_issues_count":20,"forks_count":56,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-23T13:42:35.421Z","etag":null,"topics":["hacktoberfest","huggingface","machine-learning","mlops","scikit-learn"],"latest_commit_sha":null,"homepage":"https://skops.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skops-dev.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/roadmap.rst","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-04T13:30:17.000Z","updated_at":"2025-04-23T12:11:48.000Z","dependencies_parsed_at":"2023-10-14T14:20:21.463Z","dependency_job_id":"a1d516a1-5353-43e0-9858-bd468a3557c8","html_url":"https://github.com/skops-dev/skops","commit_stats":{"total_commits":254,"total_committers":19,"mean_commits":"13.368421052631579","dds":0.6377952755905512,"last_synced_commit":"aa8e5c3d5215aa1efcfdf2877884a75131317e73"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skops-dev%2Fskops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skops-dev%2Fskops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skops-dev%2Fskops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skops-dev%2Fskops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skops-dev","download_url":"https://codeload.github.com/skops-dev/skops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129489,"owners_count":22019628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","huggingface","machine-learning","mlops","scikit-learn"],"created_at":"2024-08-02T15:01:20.966Z","updated_at":"2025-05-14T11:09:54.999Z","avatar_url":"https://github.com/skops-dev.png","language":"Python","funding_links":[],"categories":["Python","Deployment and Serving"],"sub_categories":[],"readme":".. -*- mode: rst -*-\n\n|readthedocs| |github-actions| |Codecov| |PyPI| |Black|\n\n.. |readthedocs| image:: https://readthedocs.org/projects/skops/badge/?version=latest\u0026style=flat\n    :target: https://skops.readthedocs.io/en/latest/\n    :alt: Documentation\n\n.. |github-actions| image:: https://github.com/skops-dev/skops/workflows/pytest/badge.svg\n    :target: https://github.com/skops-dev/skops/actions\n    :alt: Linux, macOS, Windows tests\n\n.. |Codecov| image:: https://codecov.io/gh/skops-dev/skops/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/skops-dev/skops\n    :alt: Codecov\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/skops\n    :target: https://pypi.org/project/skops\n    :alt: PyPi\n\n.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Black\n\n.. image:: https://raw.githubusercontent.com/skops-dev/skops/main/docs/images/logo.png\n  :width: 500\n  :target: https://skops.readthedocs.io/en/latest/\n\nSKOPS\n=====\n\n``skops`` is a Python library helping you share your `scikit-learn\n\u003chttps://scikit-learn.org/stable/\u003e`__ based models and put them in production.\nAt the moment, it includes `skops.io` to securely persist sklearn estimators and\nmore, without using ``pickle``. It also includes `skops.card` to create a model\ncard explaining what the model does and how it should be used.\n\n- ``skops.io``: Secure persistence of sklearn estimators and more, without using\n  ``pickle``. Visit `the docs\n  \u003chttps://skops.readthedocs.io/en/latest/persistence.html\u003e`__ for more\n  information.\n- ``skops.card``: tools to create a model card explaining what the model does\n  and how it should be used. The model card can then be stored as the\n  ``README.md`` file on the Hugging Face Hub, with pre-populated metadata to\n  help Hub understand the model. More information can be found `here\n  \u003chttps://skops.readthedocs.io/en/stable/model_card.html\u003e`__.\n\nPlease refer to our `documentation \u003chttps://skops.readthedocs.io/en/latest/\u003e`_\non using the library as user, which includes user guides on the above topics as\nwell as complete examples explaining how the features can be used.\n\nIf you want to contribute to the library, please refer to our `contributing\n\u003cCONTRIBUTING.rst\u003e`_ guidelines.\n\nInstallation\n------------\n\nYou can install this library using:\n\n.. code-block:: bash\n\n    python -m pip install skops\n\nBug Reports and Questions\n-------------------------\n\nPlease send all your questions and report issues on `this repository's issue\ntracker \u003chttps://github.com/skops-dev/skops/issues\u003e`_ as an issue. Try to look\nfor existing ones before you create a new one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskops-dev%2Fskops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskops-dev%2Fskops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskops-dev%2Fskops/lists"}