Skip to content

Commit 25ace5a

Browse files
committed
remove references to pymc-marketig
1 parent 6c82064 commit 25ace5a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pymc_extras/deserialize.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
1. Determine if the data is of the correct type.
66
2. Deserialize the data into a python object.
77
8-
This is used to deserialize JSON data for PyMC-Marketing.
9-
108
Examples
119
--------
12-
Make use of the already registered PyMC-Marketing deserializers:
10+
Make use of the already registered deserializers:
1311
1412
.. code-block:: python
1513
@@ -183,10 +181,6 @@ def register_deserialization(is_type: IsType, deserialize: Deserialize) -> None:
183181
Use the :func:`deserialize` function to then deserialize data using all registered
184182
deserialize functions.
185183
186-
Classes from PyMC-Marketing have their deserialization mappings registered
187-
automatically. However, custom classes will need to be registered manually
188-
using this function before they can be deserialized.
189-
190184
Parameters
191185
----------
192186
is_type : Callable[[Any], bool]

0 commit comments

Comments
 (0)