We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb563da commit 9647027Copy full SHA for 9647027
src/Microsoft.ML.SearchSpace/Parameter.cs
@@ -50,7 +50,7 @@ public enum ParameterType
50
}
51
52
/// <summary>
53
- /// <see cref="Parameter"/> is used to save sweeping result from tuner and is used to restore mlnet pipeline from sweepable pipline.
+ /// <see cref="Parameter"/> is used to save sweeping result from tuner and is used to restore mlnet pipeline from sweepable pipeline.
54
/// </summary>
55
[JsonConverter(typeof(ParameterConverter))]
56
public sealed class Parameter : IDictionary<string, Parameter>, IEquatable<Parameter>, IEqualityComparer<Parameter>
0 commit comments