Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/persistence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ Skops has a command line interface to:
``skops convert``
~~~~~~~~~~~~~~~~~

.. warning::
This command loads the given pickle file(s) to retrieve the objects and
then saves them to a skops file. Therefore you should only use this on
files which you absolutely trust.

To convert a file from the command line, use the ``skops convert`` entrypoint.

Below is an example call to convert a file ``my_model.pkl`` to ``my_model.skops``:
Expand Down