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

Add metric that tracks all missing nodes (all predicates that never evaluated to true). #79

Open
tillschallau opened this issue Apr 2, 2024 · 0 comments
Labels
feature New feature
Milestone

Comments

@tillschallau
Copy link
Member

Describe the solution you'd like
The metric should work similarly as the

class MissingPredicateCombinationsPerProjectionMetric<
E : EntityType<E, T, S, U, D>,
T : TickDataType<E, T, S, U, D>,
S : SegmentType<E, T, S, U, D>,
U : TickUnit<U, D>,
D : TickDifference<D>>(
override val dependsOn: ValidTSCInstancesPerProjectionMetric<E, T, S, U, D>,
override val logger: Logger = Loggable.getLogger("missing-predicate-combinations")
) : PostEvaluationMetricProvider<E, T, S, U, D>, Loggable {

metric. Instead of missing predicate combinations, all missing predicates should be tracked.

@tillschallau tillschallau added the feature New feature label Apr 2, 2024
@tillschallau tillschallau added this to the Future work milestone May 13, 2024
@tillschallau tillschallau changed the title Add metric that tracks all missing predicates. Add metric that tracks all missing nodes (all predicated that never evaluated to true). Jul 8, 2024
@dominikmaeckel dominikmaeckel changed the title Add metric that tracks all missing nodes (all predicated that never evaluated to true). Add metric that tracks all missing nodes (all predicates that never evaluated to true). Jul 23, 2024
@tillschallau tillschallau modified the milestones: Future work, v0.5 Aug 2, 2024
@tillschallau tillschallau modified the milestones: v0.5, v0.6 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant