Skip to content

Conversation

@codemzs
Copy link
Member

@codemzs codemzs commented Feb 20, 2019

fixes #2590

@TomFinley
Copy link
Contributor

TomFinley commented Feb 20, 2019

public sealed class ReverseComparer<T> : IComparer<T>

How about this guy? (Can we even nest him further? This seems a bit weird.)


Refers to: src/Microsoft.ML.Data/Dirty/PredictionUtils.cs:160 in 1fe6806. [](commit_id = 1fe6806, deletion_comment = False)

@TomFinley
Copy link
Contributor

public sealed class ReverseComparer<T> : IComparer<T>

I also like the directory name Dirty here. :D


In reply to: 465734701 [](ancestors = 465734701)


Refers to: src/Microsoft.ML.Data/Dirty/PredictionUtils.cs:160 in 1fe6806. [](commit_id = 1fe6806, deletion_comment = False)

@codecov
Copy link

codecov bot commented Feb 20, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@a25763e). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2667   +/-   ##
=========================================
  Coverage          ?   71.57%           
=========================================
  Files             ?      800           
  Lines             ?   141789           
  Branches          ?    16107           
=========================================
  Hits              ?   101486           
  Misses            ?    35854           
  Partials          ?     4449
Flag Coverage Δ
#Debug 71.57% <ø> (?)
#production 67.87% <ø> (?)
#test 85.73% <ø> (?)
Impacted Files Coverage Δ
src/Microsoft.ML.Data/Dirty/PredictorInterfaces.cs 0% <ø> (ø)
src/Microsoft.ML.Data/Utilities/SlotDropper.cs 99.24% <ø> (ø)
src/Microsoft.ML.Data/Dirty/PredictionUtils.cs 28.91% <ø> (ø)
...icrosoft.ML.Data/Training/EarlyStoppingCriteria.cs 83.2% <ø> (ø)

@codemzs codemzs self-assigned this Feb 20, 2019
@codemzs codemzs added the API Issues pertaining the friendly API label Feb 20, 2019
@codemzs codemzs added this to the 0219 milestone Feb 20, 2019
Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @codemzs !

/// Signature for loading from a file name.
/// </summary>
public delegate void SignaturePredictorFromFile(string fileName);
internal delegate void SignaturePredictorFromFile(string fileName);

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?

@Ivanidzo4ka
Copy link
Contributor

public delegate void SignatureFeatureScorerTrainer();

touch me


Refers to: src/Microsoft.ML.Data/Dirty/PredictorInterfaces.cs:149 in a7a3170. [](commit_id = a7a3170, deletion_comment = False)

Copy link

@yaeldekel yaeldekel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@codemzs codemzs merged commit 96ec842 into dotnet:master Feb 20, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

API Issues pertaining the friendly API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Microsoft.ML.Internal.Internallearn namespace requires certain internalization

4 participants