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 the hyper

  • hyper (ContinuousHyper, optional) – The prior on the data. If None (default) and prior is defined, the prior parameters will be locked.