-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Support real-valued features for latent categorical and latent Gaussian states. For latent categorical states, this will correspond to a mixture of Gaussians under a normal-inverse-chi-squared prior. For latent Gaussian state, this will be a structured linear model.
- PR Implement
DataTableclass for heterogeneous row-oriented data. - Implement ingest logic in
formatmodule. - Refactor
trainingmodule to useDataTable - Refactor
servingmodule to useDataTable - Refactor everything else to use
DataTable