Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Andersson authored and Tom Andersson committed Nov 9, 2023
1 parent 6bf2c20 commit 1db635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/task_loader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
"## Controlling randomness in the TaskLoader\n",
"\n",
"There are two additional arguments in the `TaskLoader` call method for controlling randomness:\n",
"- `datewise_determinisic`: If `True`, the same random seed will be used for a particlar seed. Useful for,\n",
"- `datewise_determinisic`: If `True`, the same random seed will be used for a particlar date. Useful for,\n",
"say, generating a reproducible validation set which is the same between Python sessions.\n",
"- `seed_override`: If not `None`, this seed will be used instead of the default seed.\n"
],
Expand Down

0 comments on commit 1db635e

Please sign in to comment.