lace.ColumnMetadata.continuous
- ColumnMetadata.continuous(prior=None, hyper=None)
Create continuous column metadata
- Parameters:
name (str) – The name of the column
prior (ContinuousPrior, optional) – The prior on the data. If
None
(default), a prior will be drawn from thehyper
hyper (ContinuousHyper, optional) – The prior on the data. If
None
(default) andprior
is defined, the prior parameters will be locked.