Conversation
AlexanderFengler
left a comment
There was a problem hiding this comment.
leaving a small comment.
If this is the intended scope of the PR, then otherwise good to merge.
| "HSSM has default specifications for the models above (such as response variables, likelihoods, choices, bounds, and others); no further specification is necessary.\n", | ||
| "\n", | ||
| "If `model` provided is not one of the above, then HSSM considers that you are using a custom model. We will cover custom models in more detail in a separate tutorial.\n", | ||
| "For custom type modeling, please use the `model` parameter of the HSSM class constructor (details in the [creating custom models](/docs/getting_started/hierarchical_modeling.ipynb) tutorial).\n", |
There was a problem hiding this comment.
is this the right/intended tutorial that is linked here?
There was a problem hiding this comment.
I think so (?). The original text says "We will cover custom models in more detail in a separate tutorial." I assumed that separate tutorial is the one in the /docs/getting_started/hierarchical_modeling.ipynb notebook. Is that correct?
There was a problem hiding this comment.
I think this https://lnccbrown.github.io/HSSM/tutorials/jax_callable_contribution_onnx_example/ and this https://lnccbrown.github.io/HSSM/tutorials/blackbox_contribution_onnx_example/ might work a bit better
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
Improve clarity; link related tutorials.