april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

Mixed continuous and discrete features #293

Open mlnpapez opened 3 days ago

mlnpapez commented 3 days ago

Hi,

cirkit is great! Thanks for creating such a fantastic framework. The current version is limited to continuous or discrete data, but not both. cirkit would be more practical if it allowed for mixed continuous and discrete features simultaneously (https://arxiv.org/pdf/1807.09306), including multiple types of discrete features (each with a different number of categories). Can we add an input layer for mixed data?

Best regards, Milan