-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Microsoft.ML.Internal.Internallearn namespace requires certain internalization. #2667
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
Codecov Report
@@ Coverage Diff @@
## master #2667 +/- ##
=========================================
Coverage ? 71.57%
=========================================
Files ? 800
Lines ? 141789
Branches ? 16107
=========================================
Hits ? 101486
Misses ? 35854
Partials ? 4449
|
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.
Thank you @codemzs !
@@ -15,7 +15,7 @@ namespace Microsoft.ML.Internal.Internallearn | |||
/// <summary> | |||
/// Signature for loading from a file name. | |||
/// </summary> | |||
public delegate void SignaturePredictorFromFile(string fileName); | |||
internal delegate void SignaturePredictorFromFile(string fileName); |
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.
SignaturePredictorFromFile [](start = 27, length = 26)
Is this used anywhere?
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.
fixes #2590