Models#
Model objects are used for composing models that are fitted to data.
It is recommended the model API cookbooks are used for guidance on building complex model.
Examples / Tutorials:
Models#
The object a Python class is input into to create a model-component, which has free parameters that are fitted by a non-linear search. |
|
The object multiple Python classes are input into to create model-components, which has free parameters that are fitted by a non-linear search. |