CliMA / CliMA/ParameterEstimocean.jl

Proper `BatchedObservations` with optional weights?

Open
#164 3 comments 0 reactions 0 assignees View on GitHub
🤥 enhancement
Dominant language
Julia
Stars
22
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Sometimes we'd like to emphasize some `SyntheticObservations` over others. We can express this by introducing an object `BatchedObservations` rather than using a simple `Vector`:

```julia
struct BatchedObservations
batch
weights
end
```

By default the `weights` are all `1`, but this could be overridden to emphasize / demphasize certain members of the batch.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing SyntheticObservations representation and the code paths that consume batches. Determine how a BatchedObservations object with default or custom weights should fit those paths, and consider the behavior that would demonstrate support for emphasized and de-emphasized observations.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.