Skip to content

Commit

Permalink
Add missing triple quotes to start code block
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmynter committed Feb 1, 2024
1 parent 82159b4 commit 17020b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def benchmark_accuracy(n_estimators: int, max_depth: int, random_state: int) ->

Notice that the parametrization is still incomplete, as we did not supply a `random_state` argument.
The unfilled arguments are given in `BenchmarkRunner.run()` via a dictionary passed as the `params` keyword argument.

```python
# main.py
from nnbench import runner

Expand Down

0 comments on commit 17020b9

Please sign in to comment.