Replace whitelist terminology to allow list#5328
Replace whitelist terminology to allow list#5328harishsk merged 3 commits intodotnet:masterfrom LetticiaNicoli:rename_whitelist_terminology
Conversation
Co-authored-by: Sam Harwell <[email protected]>
Co-authored-by: Sam Harwell <[email protected]>
| /// <returns>Array of viable learners.</returns> | ||
| public static IEnumerable<SuggestedTrainer> AllowedTrainers(MLContext mlContext, TaskKind task, | ||
| ColumnInformation columnInfo, IEnumerable<TrainerName> trainerWhitelist) | ||
| ColumnInformation columnInfo, IEnumerable<TrainerName> trainerAllowList) |
There was a problem hiding this comment.
If this is a public API, then it could be a source-breaking change for someone who used explicitly named arguments. It wouldn't be a binary-breaking change.
There was a problem hiding this comment.
I can't speak to what is or is not part of the current stable public API. If this is not part of the stable public API, then it seems like it would be an easy change to approve.
justinormont
left a comment
There was a problem hiding this comment.
LGTM. Before merging, can someone verify that this isn't a breaking change -- #5328 (review)
Codecov Report
@@ Coverage Diff @@
## master #5328 +/- ##
==========================================
+ Coverage 73.91% 73.98% +0.07%
==========================================
Files 1019 1019
Lines 190101 190101
Branches 20438 20438
==========================================
+ Hits 140511 140651 +140
+ Misses 44055 43931 -124
+ Partials 5535 5519 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Just for sake of curiosity. I hope this change has nothing to do with poisonous political correctness soaked into IT world? Why renaming a variable was market as a bugfix in release notes? |
No description provided.