We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602c563 commit 19e801fCopy full SHA for 19e801f
docs/index.md
@@ -18,6 +18,16 @@ uv run python -m nhp.model -d data/synth --type all
18
19
to run the model with the sample parameters.
20
21
+### Generating Sample Parameters
22
+
23
+you can generate sample parameters using the CLI command:
24
25
+``` bash
26
+python -m nhp.model.params --dataset [dataset] --scenario [scenario] --app-version dev > params.json
27
+```
28
29
+replacing the values as needed. This will generate a file `params.json` with the sample parameters.
30
31
## API Reference
32
33
See the [Model Reference](reference/nhp/model/index.md) for detailed documentation of all classes and functions.
0 commit comments