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#

Model(cls, **kwargs)

@DynamicAttrs

Collection(*arguments, **kwargs)

The object multiple Python classes are input into to create model-components, which has free parameters that are fitted by a non-linear search.