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 thehyperhyper (ContinuousHyper, optional) – The prior on the data. If
None(default) andprioris defined, the prior parameters will be locked.