Streaming of Object-Centric Process Mining#5
Merged
delas merged 97 commits intobeamline:masterfrom Jul 19, 2025
Merged
Conversation
Test OCEL 2.0, and JSON pipe
…overy MVP 1: Sliding Window Offline Discovery
Create pybeamline.yml
Test Coverage CI
Increased Tests, Refactoring of OCOperator and OCMerger preparing for MVP 3,
…Mining MVP2: Object-Centric Online Heuristic Mining
MVP-4: Refactoring and Begin Evaluation
Fixes and refactoring
Added Tutorial .ipynb + Cleanup MVP Files
Update file naming
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.
Streaming Object-Centric Process Mining
This PR introduces:
BOEvent, following general OCEL structure that facilitates object-centric process miningoc_operator, that on the object-centric event pipe allows for manually selection of object-types to be considered through control_flow with the possibility to add individualHM-LCminer configurations per object type. If no control_flow is defined dynamic discovery is initialised,, which creates new substreams for process based on seen object-types, in which new individual miners are created based on either a default_miner parameter or a framework chosen configuration. For concept drift in outer object-type space, an *Inclusion_strategycan be supplied from three variantsRelativeFrequencyStrategy,SlidingWindowStrategyorLossyCountingStrategythat based on miner outcomes determine whether object types should be considered in the finialised model. IntroducedAERandactivity_entity_relations_miner_lossy_counting` that approximates co-occurrence cardinalities based on observation trends within the individual activities.oc_merge_operator, sits downstream theoc_operatorand process individual discovered models, command messages, and AER. Contructs a Object-Centric Directly-Follows Graph, and corresponding AER.