Utilities for new data processing pipeline - #363
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
+ Coverage 89.17% 90.83% +1.65%
==========================================
Files 7 7
Lines 1358 1658 +300
==========================================
+ Hits 1211 1506 +295
- Misses 147 152 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| """ | ||
| $(TYPEDEF) | ||
|
|
||
| The AffineScaler{T} will create an encoding of the data_container via affine transformations. |
Collaborator
There was a problem hiding this comment.
Aren't the diagnostic-based methods technically also affine?
Member
Author
There was a problem hiding this comment.
Yes - Ideas for a rename? Or maybe we could condense all the logic of the Diagnostic ones into this type too.
ArneBouillon
approved these changes
Jun 25, 2025
ArneBouillon
left a comment
Collaborator
There was a problem hiding this comment.
I liked your UnivariateScaler name suggestion, but others are fine too. After renaming, good to go for me!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Content
Example of use:
User API to create a bunch of (silly) processing in order
pass into the emulator as (poss. with keywords)
Emulator(machine_learning_tool, io_pairs, prior_cov, obs_noise_cov, data_proc_schedule)Then under the hood we perform
We can later decode all at once as
We also have methods for using the schedule to encode new data and matrices easily etc. via: