-
Notifications
You must be signed in to change notification settings - Fork 1.9k
XML for MLContext.Model (root) #3451
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
Conversation
…P4 API, and we rarely use it even in our codebase. So we don't have samples for it.
Codecov Report
@@ Coverage Diff @@
## master #3451 +/- ##
==========================================
+ Coverage 72.76% 72.78% +0.01%
==========================================
Files 808 808
Lines 145452 145452
Branches 16244 16244
==========================================
+ Hits 105842 105866 +24
+ Misses 35189 35163 -26
- Partials 4421 4423 +2
|
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.
🕐
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.
@@ -317,6 +317,15 @@ public ITransformer LoadWithDataLoader(string filePath, out IDataLoader<IMultiSt | |||
return transformer.CreatePredictionEngine<TSrc, TDst>(_env, ignoreMissingColumns, inputSchemaDefinition, outputSchemaDefinition); | |||
} | |||
|
|||
/// <summary> | |||
/// Create a prediction engine for one-time prediction. | |||
/// It's mainly used in conjunction with <see cref="Load(Stream, out DataViewSchema)"/>, |
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.
It's [](start = 12, length = 4)
nit: This overload is generally used ...
Most APIs have been covered by Tom already. Just added the one missing one.