From bcc229811cb645df8319d34aa801ab4f61a445ee Mon Sep 17 00:00:00 2001 From: Anatoliy Solyar Date: Tue, 24 Jul 2018 19:10:04 +0200 Subject: [PATCH 1/3] Changed range of L2RegularizerWeight parameter --- .../Standard/Online/AveragedLinear.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.ML.StandardLearners/Standard/Online/AveragedLinear.cs b/src/Microsoft.ML.StandardLearners/Standard/Online/AveragedLinear.cs index 0926a961e1..7a3ac55edf 100644 --- a/src/Microsoft.ML.StandardLearners/Standard/Online/AveragedLinear.cs +++ b/src/Microsoft.ML.StandardLearners/Standard/Online/AveragedLinear.cs @@ -36,7 +36,7 @@ public abstract class AveragedLinearArguments : OnlineLinearArguments [Argument(ArgumentType.AtMostOnce, HelpText = "L2 Regularization Weight", ShortName = "reg", SortOrder = 50)] [TGUI(Label = "L2 Regularization Weight")] - [TlcModule.SweepableFloatParam("L2RegularizerWeight", 0.0f, 0.5f)] + [TlcModule.SweepableFloatParam("L2RegularizerWeight", 0.0f, 0.4f)] public Float L2RegularizerWeight = 0; [Argument(ArgumentType.AtMostOnce, HelpText = "Extra weight given to more recent updates", ShortName = "rg")] From fd33df727413523a34a7f3007a7d7ed58cca2978 Mon Sep 17 00:00:00 2001 From: Anatoliy Solyar Date: Tue, 24 Jul 2018 19:36:33 +0200 Subject: [PATCH 2/3] Regenerated CSharpApi file --- src/Microsoft.ML/CSharpApi.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML/CSharpApi.cs b/src/Microsoft.ML/CSharpApi.cs index feded5243d..b2181fb256 100644 --- a/src/Microsoft.ML/CSharpApi.cs +++ b/src/Microsoft.ML/CSharpApi.cs @@ -4181,7 +4181,7 @@ public sealed partial class AveragedPerceptronBinaryClassifier : Microsoft.ML.Ru /// /// L2 Regularization Weight /// - [TlcModule.SweepableFloatParamAttribute("L2RegularizerWeight", 0f, 0.5f)] + [TlcModule.SweepableFloatParamAttribute("L2RegularizerWeight", 0f, 0.4f)] public float L2RegularizerWeight { get; set; } /// @@ -8710,7 +8710,7 @@ public sealed partial class OnlineGradientDescentRegressor : Microsoft.ML.Runtim /// /// L2 Regularization Weight /// - [TlcModule.SweepableFloatParamAttribute("L2RegularizerWeight", 0f, 0.5f)] + [TlcModule.SweepableFloatParamAttribute("L2RegularizerWeight", 0f, 0.4f)] public float L2RegularizerWeight { get; set; } /// From ff96473a485d3bae098dd78ff08247ee37c3a4b3 Mon Sep 17 00:00:00 2001 From: Anatoliy Solyar Date: Tue, 24 Jul 2018 20:08:56 +0200 Subject: [PATCH 3/3] Updated core_manifest.json --- test/BaselineOutput/Common/EntryPoints/core_manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/BaselineOutput/Common/EntryPoints/core_manifest.json b/test/BaselineOutput/Common/EntryPoints/core_manifest.json index 11ff811a7d..36bdd0f62a 100644 --- a/test/BaselineOutput/Common/EntryPoints/core_manifest.json +++ b/test/BaselineOutput/Common/EntryPoints/core_manifest.json @@ -4001,7 +4001,7 @@ "SweepRange": { "RangeType": "Float", "Min": 0.0, - "Max": 0.5 + "Max": 0.4 } }, { @@ -13878,7 +13878,7 @@ "SweepRange": { "RangeType": "Float", "Min": 0.0, - "Max": 0.5 + "Max": 0.4 } }, {