-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: ml pipelines #333
feat: ml pipelines #333
Conversation
Signed-off-by: Nandita Koppisetty <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
==========================================
- Coverage 93.34% 93.25% -0.10%
==========================================
Files 82 83 +1
Lines 3712 3778 +66
Branches 294 296 +2
==========================================
+ Hits 3465 3523 +58
- Misses 196 205 +9
+ Partials 51 50 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments..
can we bump up the dev version for this change please :)
numalogic/udfs/pipeline.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is a new vertex. If yes, naming seems little confusing for this UDF.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah couldn't think of anything, let me know if you have something on mind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
named it ml_pipeline for now, feel free to update it later with whatever suits best
Signed-off-by: Nandita Koppisetty <[email protected]>
Signed-off-by: Nandita Koppisetty <[email protected]>
Signed-off-by: Nandita Koppisetty <[email protected]>
Signed-off-by: Nandita Koppisetty <[email protected]>
Merged the changes after refactoring: #336 |
Explain what this PR does.
Adding ml_pipelines and a pipeline udf for configuring multiple ML pipelines for a single stream config.