ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
MIT License
265 stars 23 forks source link

rxinference does not support predictions functionality #180

Open albertpod opened 11 months ago

albertpod commented 11 months ago

Currently, there is no possibility of feeding Missing types into the inference function. Similarly to the inference function, rxinference should support the following: e.g.

rxinference(model = mymodel(),  data = data, predictvars = (o = KeepLast(),), autoupdates = myautoupdates,)
bvdmitri commented 10 months ago

@Chengfeng-Jia This task has been added to the milestone for tracking and prioritization.

There is no need to fully complete this issue for now, please let us know how far can you push it

Chengfeng-Jia commented 10 months ago

Thank you, I will take care of this issue.

albertpod commented 10 months ago

I've removed this issue from the milestone. We will handle it after #181