8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a45c71 commit 9ed51ceCopy full SHA for 9ed51ce
doc/model_persistence.rst
@@ -126,7 +126,7 @@ trusted by you. You can get existing unknown types in a dumped object / file
126
using :func:`skops.io.get_untrusted_types`, and after checking its contents,
127
pass it to the load function::
128
129
- unknown_types = sio.get_untrusted_types(obj)
+ unknown_types = sio.get_untrusted_types(data=obj)
130
clf = sio.loads(obj, trusted=unknown_types)
131
132
If you trust the source of the file / object, you can pass ``trusted=True``::
0 commit comments