Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measurement Builder: perform calculations together / closer to each other, on a single DF pass ideally #98

Open
lsulak opened this issue Oct 25, 2023 · 0 comments
Labels
Agent Issues touching the agent part of the project enhancement New feature or request

Comments

@lsulak
Copy link
Collaborator

lsulak commented Oct 25, 2023

Background

Currently, measurements are applied sequentially to a given dataframe. This might be not optimal - besides, this approach doesn't bring any benefit, it only slows things down. A better would be to somehow aggregate the measurements so that they get executed on a single pass through data. This might require implementing slightly different approach to Measure.scala using some kind of MeasurementBuilder class.

Except for Measure class, some other things might be changed here, see #79 (comment) for example.

@lsulak lsulak added enhancement New feature or request Agent Issues touching the agent part of the project labels Oct 25, 2023
@benedeki benedeki moved this from 🆕 To groom to 📋 Backlog in CPS small repos project Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Issues touching the agent part of the project enhancement New feature or request
Projects
Status: 📋 Backlog
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants