autopycoin.models.UnivariateModel#

autopycoin.models.UnivariateModel(*args, **kwargs)[source]#

Wrapper around QuantileModel to integrate n_variates attributes.

for the moment, if one of the inputs tensors is a multivariates tensor then all additional_shapes are extended by n_variates. In other words all layers extended by additional_shapes are multivariates layers.

Attributes
is_multivariatebool

True if the inputs rank is higher than 2. Default to False.

n_variateslist[None | int]

the number of variates in the inputs. Default to [].