You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ResultProcessor bug, LogisticRegression bug and missing value conversion bug (#1236)
* Fix some bugs, add some unit tests.
* Fix LR stats bug
* Undo accidental TermTransform change
* Sweeper needs to load all components into ComponentCatalog
* Rename Mapping.de-de.txt
* Fix cat transform issue
* Compare pr baseline only on Windows
* Move baselines to Common folder
* Compare pr baseline only on Windows in another test
* Code review comment
* Fix ConcatTransform bug
* Add baselines for ConcatTransform bug
* Fix another bug in TermTransform
* NelderMead sweeper default value for FirstBatchSweeper arg
* Add some more unit tests
* Add more unit tests
* Fix unit test baseline, and baseline comparison with tolerance.
* Change back MatchWithTolerance method
* Fix bad merge
/// Convenience constructor for public facing API.
@@ -32,18 +35,23 @@ public static class Defaults
32
35
/// <param name="sort">How items should be ordered when vectorized. By default, they will be in the order encountered.
33
36
/// If by value items are sorted according to their default comparison, for example, text sorting will be case sensitive (for example, 'A' then 'Z' then 'a').</param>
[Argument(ArgumentType.LastOccurenceWins,HelpText="The sweeper used to get the initial results.",ShortName="init",SignatureType=typeof(SignatureSweeperFromParameterList))]
0 commit comments