Skip to content

Commit df8e0ee

Browse files
authored
smoke-test -> master for ML.NET 1.5.0 preview2 (dotnet#134)
1 parent 75f8766 commit df8e0ee

File tree

233 files changed

+3298
-1174
lines changed

Some content is hidden

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

233 files changed

+3298
-1174
lines changed

dotnet/xml/FrameworksIndex/ml-dotnet-preview.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,17 @@
224224
<Member Id="P:Microsoft.ML.AutoML.TrainResult`1.ValidationMetrics" />
225225
</Type>
226226
</Namespace>
227+
<Namespace Name="Microsoft.ML.CodeGenerator.CodeGenerator">
228+
<Type Name="Microsoft.ML.CodeGenerator.CodeGenerator.IWritable" Id="T:Microsoft.ML.CodeGenerator.CodeGenerator.IWritable">
229+
<Member Id="M:Microsoft.ML.CodeGenerator.CodeGenerator.IWritable.WriteToDisk(System.String)" />
230+
</Type>
231+
</Namespace>
232+
<Namespace Name="Microsoft.ML.CodeGenerator">
233+
<Type Name="Microsoft.ML.CodeGenerator.ICSharpFile" Id="T:Microsoft.ML.CodeGenerator.ICSharpFile">
234+
<Member Id="P:Microsoft.ML.CodeGenerator.ICSharpFile.File" />
235+
<Member Id="P:Microsoft.ML.CodeGenerator.ICSharpFile.Name" />
236+
</Type>
237+
</Namespace>
227238
<Namespace Name="Microsoft.ML.Experimental">
228239
<Type Name="Microsoft.ML.Experimental.MLContextExtensions" Id="T:Microsoft.ML.Experimental.MLContextExtensions">
229240
<Member Id="M:Microsoft.ML.Experimental.MLContextExtensions.CancelExecution(Microsoft.ML.MLContext)" />

dotnet/xml/FrameworksIndex/ml-dotnet.xml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,11 @@
335335
</Type>
336336
<Type Name="Microsoft.ML.LoggingEventArgs" Id="T:Microsoft.ML.LoggingEventArgs">
337337
<Member Id="M:Microsoft.ML.LoggingEventArgs.#ctor(System.String)" />
338+
<Member Id="M:Microsoft.ML.LoggingEventArgs.#ctor(System.String,Microsoft.ML.Runtime.ChannelMessageKind,System.String)" />
339+
<Member Id="P:Microsoft.ML.LoggingEventArgs.Kind" />
338340
<Member Id="P:Microsoft.ML.LoggingEventArgs.Message" />
341+
<Member Id="P:Microsoft.ML.LoggingEventArgs.RawMessage" />
342+
<Member Id="P:Microsoft.ML.LoggingEventArgs.Source" />
339343
</Type>
340344
<Type Name="Microsoft.ML.MklComponentsCatalog" Id="T:Microsoft.ML.MklComponentsCatalog">
341345
<Member Id="M:Microsoft.ML.MklComponentsCatalog.Ols(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OlsTrainer.Options)" />
@@ -471,6 +475,8 @@
471475
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Single,System.Single,System.Single,System.Int32,System.Boolean)" />
472476
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.LbfgsPoissonRegressionTrainer.Options)" />
473477
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Single,System.Single,System.Single,System.Int32,System.Boolean)" />
478+
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LdSvmTrainer.Options)" />
479+
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)" />
474480
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LinearSvmTrainer.Options)" />
475481
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32)" />
476482
<Member Id="M:Microsoft.ML.StandardTrainersCatalog.NaiveBayes(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String)" />
@@ -1416,6 +1422,24 @@
14161422
<Member Id="F:Microsoft.ML.Trainers.LbfgsTrainerBase`3.OptionsBase.StochasticGradientDescentInitilaizationTolerance" />
14171423
<Member Id="M:Microsoft.ML.Trainers.LbfgsTrainerBase`3.OptionsBase.#ctor" />
14181424
</Type>
1425+
<Type Name="Microsoft.ML.Trainers.LdSvmModelParameters" Id="T:Microsoft.ML.Trainers.LdSvmModelParameters">
1426+
<Member Id="P:Microsoft.ML.Trainers.LdSvmModelParameters.InputType" />
1427+
<Member Id="P:Microsoft.ML.Trainers.LdSvmModelParameters.OutputType" />
1428+
</Type>
1429+
<Type Name="Microsoft.ML.Trainers.LdSvmTrainer" Id="T:Microsoft.ML.Trainers.LdSvmTrainer">
1430+
<Member Id="P:Microsoft.ML.Trainers.LdSvmTrainer.Info" />
1431+
</Type>
1432+
<Type Name="Microsoft.ML.Trainers.LdSvmTrainer/Options" Id="T:Microsoft.ML.Trainers.LdSvmTrainer.Options">
1433+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.Cache" />
1434+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaTheta" />
1435+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaThetaprime" />
1436+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaW" />
1437+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.NumberOfIterations" />
1438+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.Sigma" />
1439+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.TreeDepth" />
1440+
<Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.UseBias" />
1441+
<Member Id="M:Microsoft.ML.Trainers.LdSvmTrainer.Options.#ctor" />
1442+
</Type>
14191443
<Type Name="Microsoft.ML.Trainers.LearningRateScheduler" Id="T:Microsoft.ML.Trainers.LearningRateScheduler" />
14201444
<Type Name="Microsoft.ML.Trainers.LinearBinaryModelParameters" Id="T:Microsoft.ML.Trainers.LinearBinaryModelParameters">
14211445
<Member Id="F:Microsoft.ML.Trainers.LinearBinaryModelParameters.Statistics" />
@@ -2119,6 +2143,7 @@
21192143
<Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Seed" />
21202144
<Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Silent" />
21212145
<Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.UseCategoricalSplit" />
2146+
<Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.UseZeroAsMissingValue" />
21222147
<Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Verbose" />
21232148
<Member Id="P:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Booster" />
21242149
</Type>
@@ -2334,7 +2359,7 @@
23342359
<Member Id="M:Microsoft.ML.Transforms.TensorFlowModel.ScoreTensorFlowModel(System.String[],System.String[],System.Boolean)" />
23352360
</Type>
23362361
<Type Name="Microsoft.ML.Transforms.TensorFlowTransformer" Id="T:Microsoft.ML.Transforms.TensorFlowTransformer">
2337-
<Member Id="M:Microsoft.ML.Transforms.TensorFlowTransformer.Finalize" />
2362+
<Member Id="M:Microsoft.ML.Transforms.TensorFlowTransformer.Dispose" />
23382363
</Type>
23392364
<Type Name="Microsoft.ML.Transforms.TransformInputBase" Id="T:Microsoft.ML.Transforms.TransformInputBase" />
23402365
<Type Name="Microsoft.ML.Transforms.TypeConvertingEstimator" Id="T:Microsoft.ML.Transforms.TypeConvertingEstimator">
@@ -2485,7 +2510,6 @@
24852510
</Type>
24862511
<Type Name="Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer" Id="T:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer">
24872512
<Member Id="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.Dispose" />
2488-
<Member Id="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.Finalize" />
24892513
</Type>
24902514
<Type Name="Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer/ModelParameters" Id="T:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters">
24912515
<Member Id="F:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.ItemScoresPerTopic" />
@@ -2727,10 +2751,10 @@
27272751
</Namespace>
27282752
<Namespace Name="Microsoft.ML.Vision">
27292753
<Type Name="Microsoft.ML.Vision.ImageClassificationModelParameters" Id="T:Microsoft.ML.Vision.ImageClassificationModelParameters">
2730-
<Member Id="M:Microsoft.ML.Vision.ImageClassificationModelParameters.Finalize" />
2754+
<Member Id="M:Microsoft.ML.Vision.ImageClassificationModelParameters.Dispose" />
27312755
</Type>
27322756
<Type Name="Microsoft.ML.Vision.ImageClassificationTrainer" Id="T:Microsoft.ML.Vision.ImageClassificationTrainer">
2733-
<Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Finalize" />
2757+
<Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Dispose" />
27342758
<Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Fit(Microsoft.ML.IDataView,Microsoft.ML.IDataView)" />
27352759
<Member Id="P:Microsoft.ML.Vision.ImageClassificationTrainer.Info" />
27362760
</Type>

dotnet/xml/Microsoft.Extensions.ML/BuilderExtensions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
<MemberSignature Language="C#" Value="public static Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;TData,TPrediction&gt; FromUri&lt;TData,TPrediction&gt; (this Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;TData,TPrediction&gt; builder, string modelName, Uri uri) where TData : class where TPrediction : class, new();" />
369369
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Extensions.ML.PredictionEnginePoolBuilder`2&lt;!!TData, !!TPrediction&gt; FromUri&lt;class TData, class .ctor TPrediction&gt;(class Microsoft.Extensions.ML.PredictionEnginePoolBuilder`2&lt;!!TData, !!TPrediction&gt; builder, string modelName, class System.Uri uri) cil managed" />
370370
<MemberSignature Language="DocId" Value="M:Microsoft.Extensions.ML.BuilderExtensions.FromUri``2(Microsoft.Extensions.ML.PredictionEnginePoolBuilder{``0,``1},System.String,System.Uri)" />
371+
<MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function FromUri(Of TData As Class, TPrediction As Class) (builder As PredictionEnginePoolBuilder(Of TData, TPrediction), modelName As String, uri As Uri) As PredictionEnginePoolBuilder(Of TData, TPrediction)" />
371372
<MemberSignature Language="F#" Value="static member FromUri : Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))&gt; * string * Uri -&gt; Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))&gt; (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))" Usage="Microsoft.Extensions.ML.BuilderExtensions.FromUri (builder, modelName, uri)" />
372373
<MemberType>Method</MemberType>
373374
<AssemblyInfo>
@@ -473,6 +474,7 @@
473474
<MemberSignature Language="C#" Value="public static Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;TData,TPrediction&gt; FromUri&lt;TData,TPrediction&gt; (this Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;TData,TPrediction&gt; builder, string modelName, Uri uri, TimeSpan period) where TData : class where TPrediction : class, new();" />
474475
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Extensions.ML.PredictionEnginePoolBuilder`2&lt;!!TData, !!TPrediction&gt; FromUri&lt;class TData, class .ctor TPrediction&gt;(class Microsoft.Extensions.ML.PredictionEnginePoolBuilder`2&lt;!!TData, !!TPrediction&gt; builder, string modelName, class System.Uri uri, valuetype System.TimeSpan period) cil managed" />
475476
<MemberSignature Language="DocId" Value="M:Microsoft.Extensions.ML.BuilderExtensions.FromUri``2(Microsoft.Extensions.ML.PredictionEnginePoolBuilder{``0,``1},System.String,System.Uri,System.TimeSpan)" />
477+
<MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function FromUri(Of TData As Class, TPrediction As Class) (builder As PredictionEnginePoolBuilder(Of TData, TPrediction), modelName As String, uri As Uri, period As TimeSpan) As PredictionEnginePoolBuilder(Of TData, TPrediction)" />
476478
<MemberSignature Language="F#" Value="static member FromUri : Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))&gt; * string * Uri * TimeSpan -&gt; Microsoft.Extensions.ML.PredictionEnginePoolBuilder&lt;'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))&gt; (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -&gt; 'Prediction))" Usage="Microsoft.Extensions.ML.BuilderExtensions.FromUri (builder, modelName, uri, period)" />
477479
<MemberType>Method</MemberType>
478480
<AssemblyInfo>

dotnet/xml/Microsoft.ML.AutoML/AutoCatalog.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,10 @@
268268
</Docs>
269269
</Member>
270270
<Member MemberName="InferColumns">
271-
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, Microsoft.ML.AutoML.ColumnInformation columnInformation, Nullable&lt;char&gt; separatorChar = null, Nullable&lt;bool&gt; allowQuoting = null, Nullable&lt;bool&gt; allowSparse = null, bool trimWhitespace = false, bool groupColumns = true);" />
271+
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, Microsoft.ML.AutoML.ColumnInformation columnInformation, char? separatorChar = default, bool? allowQuoting = default, bool? allowSparse = default, bool trimWhitespace = false, bool groupColumns = true);" />
272272
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.AutoML.ColumnInferenceResults InferColumns(string path, class Microsoft.ML.AutoML.ColumnInformation columnInformation, valuetype System.Nullable`1&lt;char&gt; separatorChar, valuetype System.Nullable`1&lt;bool&gt; allowQuoting, valuetype System.Nullable`1&lt;bool&gt; allowSparse, bool trimWhitespace, bool groupColumns) cil managed" />
273273
<MemberSignature Language="DocId" Value="M:Microsoft.ML.AutoML.AutoCatalog.InferColumns(System.String,Microsoft.ML.AutoML.ColumnInformation,System.Nullable{System.Char},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean,System.Boolean)" />
274+
<MemberSignature Language="VB.NET" Value="Public Function InferColumns (path As String, columnInformation As ColumnInformation, Optional separatorChar As Nullable(Of Char) = null, Optional allowQuoting As Nullable(Of Boolean) = null, Optional allowSparse As Nullable(Of Boolean) = null, Optional trimWhitespace As Boolean = false, Optional groupColumns As Boolean = true) As ColumnInferenceResults" />
274275
<MemberSignature Language="F#" Value="member this.InferColumns : string * Microsoft.ML.AutoML.ColumnInformation * Nullable&lt;char&gt; * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * bool * bool -&gt; Microsoft.ML.AutoML.ColumnInferenceResults" Usage="autoCatalog.InferColumns (path, columnInformation, separatorChar, allowQuoting, allowSparse, trimWhitespace, groupColumns)" />
275276
<MemberType>Method</MemberType>
276277
<AssemblyInfo>
@@ -314,7 +315,7 @@
314315
</Docs>
315316
</Member>
316317
<Member MemberName="InferColumns">
317-
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, string labelColumnName = &quot;Label&quot;, Nullable&lt;char&gt; separatorChar = null, Nullable&lt;bool&gt; allowQuoting = null, Nullable&lt;bool&gt; allowSparse = null, bool trimWhitespace = false, bool groupColumns = true);" />
318+
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, string labelColumnName = &quot;Label&quot;, char? separatorChar = default, bool? allowQuoting = default, bool? allowSparse = default, bool trimWhitespace = false, bool groupColumns = true);" />
318319
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.AutoML.ColumnInferenceResults InferColumns(string path, string labelColumnName, valuetype System.Nullable`1&lt;char&gt; separatorChar, valuetype System.Nullable`1&lt;bool&gt; allowQuoting, valuetype System.Nullable`1&lt;bool&gt; allowSparse, bool trimWhitespace, bool groupColumns) cil managed" />
319320
<MemberSignature Language="DocId" Value="M:Microsoft.ML.AutoML.AutoCatalog.InferColumns(System.String,System.String,System.Nullable{System.Char},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean,System.Boolean)" />
320321
<MemberSignature Language="VB.NET" Value="Public Function InferColumns (path As String, Optional labelColumnName As String = &quot;Label&quot;, Optional separatorChar As Nullable(Of Char) = null, Optional allowQuoting As Nullable(Of Boolean) = null, Optional allowSparse As Nullable(Of Boolean) = null, Optional trimWhitespace As Boolean = false, Optional groupColumns As Boolean = true) As ColumnInferenceResults" />
@@ -361,7 +362,7 @@
361362
</Docs>
362363
</Member>
363364
<Member MemberName="InferColumns">
364-
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, uint labelColumnIndex, bool hasHeader = false, Nullable&lt;char&gt; separatorChar = null, Nullable&lt;bool&gt; allowQuoting = null, Nullable&lt;bool&gt; allowSparse = null, bool trimWhitespace = false, bool groupColumns = true);" />
365+
<MemberSignature Language="C#" Value="public Microsoft.ML.AutoML.ColumnInferenceResults InferColumns (string path, uint labelColumnIndex, bool hasHeader = false, char? separatorChar = default, bool? allowQuoting = default, bool? allowSparse = default, bool trimWhitespace = false, bool groupColumns = true);" />
365366
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.AutoML.ColumnInferenceResults InferColumns(string path, unsigned int32 labelColumnIndex, bool hasHeader, valuetype System.Nullable`1&lt;char&gt; separatorChar, valuetype System.Nullable`1&lt;bool&gt; allowQuoting, valuetype System.Nullable`1&lt;bool&gt; allowSparse, bool trimWhitespace, bool groupColumns) cil managed" />
366367
<MemberSignature Language="DocId" Value="M:Microsoft.ML.AutoML.AutoCatalog.InferColumns(System.String,System.UInt32,System.Boolean,System.Nullable{System.Char},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean,System.Boolean)" />
367368
<MemberSignature Language="VB.NET" Value="Public Function InferColumns (path As String, labelColumnIndex As UInteger, Optional hasHeader As Boolean = false, Optional separatorChar As Nullable(Of Char) = null, Optional allowQuoting As Nullable(Of Boolean) = null, Optional allowSparse As Nullable(Of Boolean) = null, Optional trimWhitespace As Boolean = false, Optional groupColumns As Boolean = true) As ColumnInferenceResults" />

0 commit comments

Comments
 (0)