Skip to content

Commit 2486c05

Browse files
author
VSC-Service-Account
committed
CI Update
Build.Reason:Manual by Alma Jenks Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=199172&view=results source_repo.branch:master source_repo.csvPath:bundlepackages/ml-dotnet source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
1 parent 3301079 commit 2486c05

File tree

63 files changed

+373
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+373
-63
lines changed

dotnet/xml/FrameworksIndex/ml-dotnet.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
</Type>
512512
<Type Name="Microsoft.ML.TensorflowCatalog" Id="T:Microsoft.ML.TensorflowCatalog">
513513
<Member Id="M:Microsoft.ML.TensorflowCatalog.LoadTensorFlowModel(Microsoft.ML.ModelOperationsCatalog,System.String)" />
514+
<Member Id="M:Microsoft.ML.TensorflowCatalog.LoadTensorFlowModel(Microsoft.ML.ModelOperationsCatalog,System.String,System.Boolean)" />
514515
</Type>
515516
<Type Name="Microsoft.ML.TextCatalog" Id="T:Microsoft.ML.TextCatalog">
516517
<Member Id="M:Microsoft.ML.TextCatalog.ApplyWordEmbedding(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,Microsoft.ML.Transforms.Text.WordEmbeddingEstimator.PretrainedModelKind)" />
@@ -544,12 +545,16 @@
544545
</Type>
545546
<Type Name="Microsoft.ML.TimeSeriesCatalog" Id="T:Microsoft.ML.TimeSeriesCatalog">
546547
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectAnomalyBySrCnn(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)" />
548+
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectChangePointBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.ErrorFunction,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
547549
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectChangePointBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.ErrorFunction,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
548550
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectEntireAnomalyBySrCnn(Microsoft.ML.AnomalyDetectionCatalog,Microsoft.ML.IDataView,System.String,System.String,Microsoft.ML.TimeSeries.SrCnnEntireAnomalyDetectorOptions)" />
549551
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectEntireAnomalyBySrCnn(Microsoft.ML.AnomalyDetectionCatalog,Microsoft.ML.IDataView,System.String,System.String,System.Double,System.Int32,System.Double,Microsoft.ML.TimeSeries.SrCnnDetectMode)" />
552+
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectIidChangePoint(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
550553
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectIidChangePoint(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
554+
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectIidSpike(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide)" />
551555
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectIidSpike(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide)" />
552556
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectSeasonality(Microsoft.ML.AnomalyDetectionCatalog,Microsoft.ML.IDataView,System.String,System.Int32,System.Double)" />
557+
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectSpikeBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide,Microsoft.ML.Transforms.TimeSeries.ErrorFunction)" />
553558
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.DetectSpikeBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide,Microsoft.ML.Transforms.TimeSeries.ErrorFunction)" />
554559
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.ForecastBySsa(Microsoft.ML.ForecastingCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Single,Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Boolean,System.Boolean,System.Nullable{Microsoft.ML.Transforms.TimeSeries.GrowthRatio},System.String,System.String,System.Single,System.Boolean)" />
555560
<Member Id="M:Microsoft.ML.TimeSeriesCatalog.LocalizeRootCause(Microsoft.ML.AnomalyDetectionCatalog,Microsoft.ML.TimeSeries.RootCauseLocalizationInput,System.Double,System.Double)" />

dotnet/xml/Microsoft.ML.AutoML/ColumnInferenceResults.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
4747
<AssemblyVersion>1.0.0.0</AssemblyVersion>
4848
</AssemblyInfo>
49+
<Attributes>
50+
<Attribute>
51+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]</AttributeName>
52+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)&gt;]</AttributeName>
53+
</Attribute>
54+
</Attributes>
4955
<ReturnValue>
5056
<ReturnType>Microsoft.ML.AutoML.ColumnInformation</ReturnType>
5157
</ReturnValue>
@@ -73,6 +79,12 @@
7379
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
7480
<AssemblyVersion>1.0.0.0</AssemblyVersion>
7581
</AssemblyInfo>
82+
<Attributes>
83+
<Attribute>
84+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]</AttributeName>
85+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)&gt;]</AttributeName>
86+
</Attribute>
87+
</Attributes>
7688
<ReturnValue>
7789
<ReturnType>Microsoft.ML.Data.TextLoader+Options</ReturnType>
7890
</ReturnValue>

dotnet/xml/Microsoft.ML.AutoML/ColumnInformation.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
5555
<AssemblyVersion>1.0.0.0</AssemblyVersion>
5656
</AssemblyInfo>
57+
<Attributes>
58+
<Attribute>
59+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty]</AttributeName>
60+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty&gt;]</AttributeName>
61+
</Attribute>
62+
</Attributes>
5763
<ReturnValue>
5864
<ReturnType>System.Collections.Generic.ICollection&lt;System.String&gt;</ReturnType>
5965
</ReturnValue>
@@ -123,6 +129,12 @@
123129
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
124130
<AssemblyVersion>1.0.0.0</AssemblyVersion>
125131
</AssemblyInfo>
132+
<Attributes>
133+
<Attribute>
134+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty]</AttributeName>
135+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty&gt;]</AttributeName>
136+
</Attribute>
137+
</Attributes>
126138
<ReturnValue>
127139
<ReturnType>System.Collections.Generic.ICollection&lt;System.String&gt;</ReturnType>
128140
</ReturnValue>
@@ -145,6 +157,12 @@
145157
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
146158
<AssemblyVersion>1.0.0.0</AssemblyVersion>
147159
</AssemblyInfo>
160+
<Attributes>
161+
<Attribute>
162+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty]</AttributeName>
163+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty&gt;]</AttributeName>
164+
</Attribute>
165+
</Attributes>
148166
<ReturnValue>
149167
<ReturnType>System.Collections.Generic.ICollection&lt;System.String&gt;</ReturnType>
150168
</ReturnValue>
@@ -211,6 +229,12 @@
211229
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
212230
<AssemblyVersion>1.0.0.0</AssemblyVersion>
213231
</AssemblyInfo>
232+
<Attributes>
233+
<Attribute>
234+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty]</AttributeName>
235+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty&gt;]</AttributeName>
236+
</Attribute>
237+
</Attributes>
214238
<ReturnValue>
215239
<ReturnType>System.Collections.Generic.ICollection&lt;System.String&gt;</ReturnType>
216240
</ReturnValue>
@@ -259,6 +283,12 @@
259283
<AssemblyName>Microsoft.ML.AutoML</AssemblyName>
260284
<AssemblyVersion>1.0.0.0</AssemblyVersion>
261285
</AssemblyInfo>
286+
<Attributes>
287+
<Attribute>
288+
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty]</AttributeName>
289+
<AttributeName Language="F#">[&lt;Newtonsoft.Json.JsonProperty&gt;]</AttributeName>
290+
</Attribute>
291+
</Attributes>
262292
<ReturnValue>
263293
<ReturnType>System.Collections.Generic.ICollection&lt;System.String&gt;</ReturnType>
264294
</ReturnValue>

dotnet/xml/Microsoft.ML.Runtime/IProgressChannel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</Docs>
3434
<Members>
3535
<Member MemberName="Checkpoint">
36-
<MemberSignature Language="C#" Value="public void Checkpoint (params Nullable&lt;double&gt;[] values);" />
36+
<MemberSignature Language="C#" Value="public void Checkpoint (params double?[] values);" />
3737
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Checkpoint(valuetype System.Nullable`1&lt;float64&gt;[] values) cil managed" />
3838
<MemberSignature Language="DocId" Value="M:Microsoft.ML.Runtime.IProgressChannel.Checkpoint(System.Nullable{System.Double}[])" />
3939
<MemberSignature Language="VB.NET" Value="Public Sub Checkpoint (ParamArray values As Nullable(Of Double)())" />

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastForestBinaryTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fastforest.md)]
4141
]]></format>
4242
</remarks>
43-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
4443
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastForestBinaryTrainer.Options)" />
4544
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastForestBinaryTrainer.Options" />
45+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
4646
</Docs>
4747
<Members>
4848
<Member MemberName="Fit">

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastForestRegressionTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fastforest.md)]
4141
]]></format>
4242
</remarks>
43-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
4443
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastForestRegressionTrainer.Options)" />
4544
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastForestRegressionTrainer.Options" />
45+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
4646
</Docs>
4747
<Members>
4848
<Member MemberName="Fit">

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastTreeBinaryTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
4141
]]></format>
4242
</remarks>
43-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4443
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastTreeBinaryTrainer.Options)" />
4544
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeBinaryTrainer.Options" />
45+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4646
</Docs>
4747
<Members>
4848
<Member MemberName="Fit">

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastTreeRankingTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
4141
]]></format>
4242
</remarks>
43-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RankingCatalog.RankingTrainers,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4443
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
4544
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeRankingTrainer.Options" />
45+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RankingCatalog.RankingTrainers,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4646
</Docs>
4747
<Members>
4848
<Member MemberName="Fit">

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastTreeRegressionTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
4141
]]></format>
4242
</remarks>
43-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4443
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
4544
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options" />
45+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
4646
</Docs>
4747
<Members>
4848
<Member MemberName="Fit">

dotnet/xml/Microsoft.ML.Trainers.FastTree/FastTreeTweedieTrainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
Check the See Also section for links to usage examples.
4949
]]></format>
5050
</remarks>
51-
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
5251
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeTweedieTrainer.Options)" />
5352
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeTweedieTrainer.Options" />
53+
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
5454
</Docs>
5555
<Members>
5656
<Member MemberName="Fit">

0 commit comments

Comments
 (0)