Skip to content

Commit ecba70b

Browse files
authored
add note on how to print hyperparameters and show alternative to mapper (#544)
1 parent 660f441 commit ecba70b

File tree

2 files changed

+8184
-10408
lines changed

2 files changed

+8184
-10408
lines changed

docs/data_models_functionals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data = json.loads(serialized)
4343
data_model_ = parse_obj_as(AnyStrategy, data)
4444
assert data_model_ == data_model
4545
```
46-
46+
The data model of a strategy contains its hyperparameters.
4747
Using this data model of a strategy, we can create an instance of a (functional) strategy:
4848

4949
```python

tutorials/getting_started.ipynb

+8,183-10,407
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)