Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Nov 18, 2024
1 parent 54fda77 commit 86efa04
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions docs/includes/generated_docs/language__dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,20 @@ over a dictionary. For more details see the guide on
</div>

<div class="attr-heading" id="Dataset.configure_dummy_data">
<tt><strong>configure_dummy_data</strong>(<em>population_size</em>)</tt>
<tt><strong>configure_dummy_data</strong>(<em>population_size</em>, <em>legacy=False</em>)</tt>
<a class="headerlink" href="#Dataset.configure_dummy_data" title="Permanent link">🔗</a>
</div>
<div markdown="block" class="indent">
Configure the dummy data to be generated.

```py
dataset.configure_dummy_data(population_size=10000)
```
</div>
_population_size_<br>
Number of patients to generate (default 10).

<div class="attr-heading" id="Dataset.configure_experimental_dummy_data">
<tt><strong>configure_experimental_dummy_data</strong>(<em>population_size</em>)</tt>
<a class="headerlink" href="#Dataset.configure_experimental_dummy_data" title="Permanent link">🔗</a>
</div>
<div markdown="block" class="indent">
!!! warning
Note that this feature is currently experimental and is not fully documented yet.

The API is under active development and may change at any time. It should not
be used for real research code.

Configure the dummy data to be generated, using the 'experimental' dummy data.
_legacy_<br>
Use legacy dummy data.

```py
dataset.configure_experimental_dummy_data(population_size=10000)
dataset.configure_dummy_data(population_size=10000)
```
</div>

Expand Down

0 comments on commit 86efa04

Please sign in to comment.