-
Notifications
You must be signed in to change notification settings - Fork 2
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
PR-56: Add direct data execution #60
Conversation
PRodriguezFlores
commented
Apr 10, 2024
- Added feature where the models can be executed directly with druid data, not only with druid queries.
- Provided test for new functionality.
- Refactored API logic.
- Added example script of how to use the service.
- Updated README to include the example.
- Simplified loss function used by the model and updated the model to be compatible with said loss function.
- Updated the project to python 3.9.
- Updated requirements.txt.
Added example to the README
Improved README example.
…ioutliers into add_direct_data_execution
Updated tests.yml to python 3.9, the same as RedBorder NG is using currently.
Updated security.yml to python 3.9, the same as the current RedBorder NG version.
Updated lint.yml to python 3.9, the same as the current RedBorder NG version.
The Label Bot has predicted the following:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
==========================================
+ Coverage 82.95% 83.17% +0.22%
==========================================
Files 13 13
Lines 745 755 +10
==========================================
+ Hits 618 628 +10
Misses 127 127 ☔ 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.
lgtm