Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/reweighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ The reweighting can also be performed over track variables, for example

```yaml

group: jets
reweight_vars: [pt_frac]
bins:
pt_frac:
[
[0, 0.5, 50],
[0.5, 1.0, 20]
]
class_var: ftagTruthOriginLabel
class_target: mean
- group: tracks
reweight_vars: [pt_frac]
bins:
pt_frac:
[
[0, 0.5, 50],
[0.5, 1.0, 20]
]
class_var: ftagTruthOriginLabel
class_target: mean
```

Would calculate weights such that we have equivalent pt_frac distributions across the track labels.
Expand Down
Loading