tensorflow / tensorflow/probability

LinearGaussianStateSpaceModel with multivariate masking

Open
#311 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
4.4k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Is it possible to allow mask (in forward_filter, log_prob, etc) to be multivariate i.e. with dimensions [num_timesteps, observation_size]rather than just[num_timesteps]`? That will allow missing observations within individual variables per time step and will be very helpful. I believe most of the current logic should work with minimal change.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the LinearGaussianStateSpaceModel entry points named in the issue, especially forward_filter and log_prob, and inspect how the current timestep mask is validated and applied. Compare the existing masking tests, then define coverage for masks shaped [num_timesteps, observation_size] and verify that partially missing observations work across the affected methods.

Written by the indexing model from the issue text.

Assessment

Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.