-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Adds in a way to add settings for the MLContext. #7273
Conversation
e7c72db
to
ef6727a
Compare
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.
Added a couplle of questions. LGTM.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7273 +/- ##
=======================================
Coverage 68.80% 68.81%
=======================================
Files 1461 1462 +1
Lines 272400 272497 +97
Branches 28176 28190 +14
=======================================
+ Hits 187436 187508 +72
- Misses 77729 77749 +20
- Partials 7235 7240 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
merging on red as the failure is a known failure that has been fixed already. |
Adds in a way to add settings for the MLContext. This will allow us to add runtime options for things like OnnxRuntime and LightGBM, or additional advanced options we haven't exposed previously.