Skip to content

Commit 84d9030

Browse files
authored
Merge pull request dotnet#144 from dotnet/smoke-test
Remove historical preview API docs versions
2 parents c729617 + 162277c commit 84d9030

File tree

365 files changed

+3177
-20208
lines changed

Some content is hidden

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

365 files changed

+3177
-20208
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<Member Id="M:Microsoft.ML.AlexNetExtension.AlexNet(Microsoft.ML.Transforms.Onnx.DnnImageModelSelector,Microsoft.ML.Runtime.IHostEnvironment,System.String,System.String,System.String)" />
2222
</Type>
2323
<Type Name="Microsoft.ML.OnnxExportExtensions" Id="T:Microsoft.ML.OnnxExportExtensions">
24+
<Member Id="M:Microsoft.ML.OnnxExportExtensions.ConvertToOnnx(Microsoft.ML.ModelOperationsCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.Int32,System.IO.Stream)" />
2425
<Member Id="M:Microsoft.ML.OnnxExportExtensions.ConvertToOnnx(Microsoft.ML.ModelOperationsCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.IO.Stream)" />
2526
</Type>
2627
<Type Name="Microsoft.ML.RecommendationCatalog" Id="T:Microsoft.ML.RecommendationCatalog">
@@ -54,6 +55,8 @@
5455
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateBinaryClassificationExperiment(System.UInt32)" />
5556
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateMulticlassClassificationExperiment(Microsoft.ML.AutoML.MulticlassExperimentSettings)" />
5657
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateMulticlassClassificationExperiment(System.UInt32)" />
58+
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRankingExperiment(Microsoft.ML.AutoML.RankingExperimentSettings)" />
59+
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRankingExperiment(System.UInt32)" />
5760
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRecommendationExperiment(Microsoft.ML.AutoML.RecommendationExperimentSettings)" />
5861
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRecommendationExperiment(System.UInt32)" />
5962
<Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRegressionExperiment(Microsoft.ML.AutoML.RegressionExperimentSettings)" />
@@ -103,6 +106,7 @@
103106
<Member Id="M:Microsoft.ML.AutoML.ColumnInformation.#ctor" />
104107
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.CategoricalColumnNames" />
105108
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ExampleWeightColumnName" />
109+
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.GroupIdColumnName" />
106110
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.IgnoredColumnNames" />
107111
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ImagePathColumnNames" />
108112
<Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ItemIdColumnName" />
@@ -173,6 +177,24 @@
173177
<Member Id="P:Microsoft.ML.AutoML.MulticlassExperimentSettings.OptimizingMetric" />
174178
<Member Id="P:Microsoft.ML.AutoML.MulticlassExperimentSettings.Trainers" />
175179
</Type>
180+
<Type Name="Microsoft.ML.AutoML.RankingExperiment" Id="T:Microsoft.ML.AutoML.RankingExperiment" />
181+
<Type Name="Microsoft.ML.AutoML.RankingExperimentResultExtensions" Id="T:Microsoft.ML.AutoML.RankingExperimentResultExtensions">
182+
<Member Id="M:Microsoft.ML.AutoML.RankingExperimentResultExtensions.Best(System.Collections.Generic.IEnumerable{Microsoft.ML.AutoML.CrossValidationRunDetail{Microsoft.ML.Data.RankingMetrics}},Microsoft.ML.AutoML.RankingMetric)" />
183+
<Member Id="M:Microsoft.ML.AutoML.RankingExperimentResultExtensions.Best(System.Collections.Generic.IEnumerable{Microsoft.ML.AutoML.RunDetail{Microsoft.ML.Data.RankingMetrics}},Microsoft.ML.AutoML.RankingMetric)" />
184+
</Type>
185+
<Type Name="Microsoft.ML.AutoML.RankingExperimentSettings" Id="T:Microsoft.ML.AutoML.RankingExperimentSettings">
186+
<Member Id="M:Microsoft.ML.AutoML.RankingExperimentSettings.#ctor" />
187+
<Member Id="P:Microsoft.ML.AutoML.RankingExperimentSettings.OptimizingMetric" />
188+
<Member Id="P:Microsoft.ML.AutoML.RankingExperimentSettings.Trainers" />
189+
</Type>
190+
<Type Name="Microsoft.ML.AutoML.RankingMetric" Id="T:Microsoft.ML.AutoML.RankingMetric">
191+
<Member Id="F:Microsoft.ML.AutoML.RankingMetric.Dcg" />
192+
<Member Id="F:Microsoft.ML.AutoML.RankingMetric.Ndcg" />
193+
</Type>
194+
<Type Name="Microsoft.ML.AutoML.RankingTrainer" Id="T:Microsoft.ML.AutoML.RankingTrainer">
195+
<Member Id="F:Microsoft.ML.AutoML.RankingTrainer.FastTreeRanking" />
196+
<Member Id="F:Microsoft.ML.AutoML.RankingTrainer.LightGbmRanking" />
197+
</Type>
176198
<Type Name="Microsoft.ML.AutoML.RecommendationExperiment" Id="T:Microsoft.ML.AutoML.RecommendationExperiment" />
177199
<Type Name="Microsoft.ML.AutoML.RecommendationExperimentSettings" Id="T:Microsoft.ML.AutoML.RecommendationExperimentSettings">
178200
<Member Id="M:Microsoft.ML.AutoML.RecommendationExperimentSettings.#ctor" />
@@ -248,6 +270,7 @@
248270
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.DownloadTensorFlowSentimentModel" />
249271
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateBinaryLabelFloatFeatureVectorFloatWeightSamples(System.Int32)" />
250272
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateFloatLabelFloatFeatureVectorSamples(System.Int32,System.Double)" />
273+
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples(System.Int32,System.Double,System.UInt64,System.UInt64)" />
251274
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateRandomMulticlassClassificationExamples(System.Int32)" />
252275
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetAdultDataset" />
253276
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetBreastCancerDataset" />
@@ -256,6 +279,7 @@
256279
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetSampleImages" />
257280
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadFeaturizedAdultDataset(Microsoft.ML.MLContext)" />
258281
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadHousingRegressionDataset(Microsoft.ML.MLContext)" />
282+
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadRawAdultDataset(Microsoft.ML.MLContext)" />
259283
</Type>
260284
<Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/BinaryLabelFloatFeatureVectorFloatWeightSample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.BinaryLabelFloatFeatureVectorFloatWeightSample">
261285
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.BinaryLabelFloatFeatureVectorFloatWeightSample.Features" />
@@ -274,6 +298,12 @@
274298
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorSample.Label" />
275299
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorSample.#ctor" />
276300
</Type>
301+
<Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/FloatLabelFloatFeatureVectorUlongGroupIdSample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample">
302+
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.Features" />
303+
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.GroupId" />
304+
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.Label" />
305+
<Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.#ctor" />
306+
</Type>
277307
<Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/MulticlassClassificationExample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample">
278308
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample.Features" />
279309
<Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample.Label" />

0 commit comments

Comments
 (0)