Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Calibrators.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Namespace Name="Microsoft.ML.Calibrators">
<Docs>
<summary>
Namespace containing estimators and transformers that take as input the output scores of binary classifiers,
and <a href="https://en.wikipedia.org/wiki/Probabilistic_classification#Probability_calibration">calibrate</a> them to produce a probability distribution.
Namespace containing components for binary classification <a href="https://en.wikipedia.org/wiki/Probabilistic_classification#Probability_calibration">calibration</a>.
</summary>
<remarks>
These components calculate probabilities from scores, for binary classifiers.
</remarks>
</Docs>
</Namespace>
4 changes: 3 additions & 1 deletion dotnet/xml/ns-Microsoft.ML.Data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Namespace Name="Microsoft.ML.Data">
<Docs>
<summary>Namespace containing data loading, data definition and data saving capabilities.</summary>
<summary>
Namespace containing data loading and saving, data schema definitions, and model training metrics components.
</summary>
</Docs>
</Namespace>
5 changes: 3 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Runtime.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Namespace Name="Microsoft.ML.Runtime">
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>
Namespace containing types needed by the ML.NET runtime.
</summary>
</Docs>
</Namespace>
6 changes: 4 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.SamplesUtils.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Namespace Name="Microsoft.ML.SamplesUtils">
<Docs>
<summary>
Namespace containing utilities to download and featurize datasets for the API reference samples.
It is part of the Microsoft.ML.SampleUtils nuget package.
Namespace containing utilities to download and featurize datasets for the API reference samples.
</summary>
<remarks>
Included in the Microsoft.ML.SampleUtils nuget package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.ML.SampleUtils [](start = 20, length = 24)

link to: https://www.nuget.org/packages/Microsoft.ML.SampleUtils

</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion dotnet/xml/ns-Microsoft.ML.Trainers.FastTree.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Namespace Name="Microsoft.ML.Trainers.FastTree">
<Docs>
<summary>Namespace containing estimators, model parameters and other utilities related to the Fast Tree group of trainers.</summary>
<summary>Namespace containing trainers, model parameters, and utilities for Fast Tree algorithms.</summary>
</Docs>
</Namespace>
7 changes: 5 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Trainers.LightGbm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Namespace Name="Microsoft.ML.Trainers.LightGbm">
<Docs>
<summary>Namespace containing the various <a href="https://lightgbm.readthedocs.io/en/latest/">LightGBM</a> trainers.
This namespace is contained in the <a href="https://www.nuget.org/packages/Microsoft.ML.LightGBM/">Microsoft.ML.LightGBM</a> nuget package.
<summary>
Namespace containing trainers, model parameters, and utilities for <a href="https://lightgbm.readthedocs.io/en/latest/">LightGBM</a> algorithms.
</summary>
<remarks>
Included in the Microsoft.ML.LightGbm nuget package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.ML.LightGbm [](start = 22, length = 21)

should it link?

</remarks>
</Docs>
</Namespace>
2 changes: 1 addition & 1 deletion dotnet/xml/ns-Microsoft.ML.Trainers.Recommender.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Namespace Name="Microsoft.ML.Trainers.Recommender">
<Docs>
<summary>
Namespace containing estimators and transformers to perform <a href="https://en.wikipedia.org/wiki/Recommender_system">recommendation</a>.
Namespace containing trainers, model parameters, and utilities for <a href="https://en.wikipedia.org/wiki/Recommender_system">recommendation</a>.
</summary>
</Docs>
</Namespace>
4 changes: 2 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Trainers.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Namespace Name="Microsoft.ML.Trainers">
<Docs>
<summary>The namespace containing the algorithms used for <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/glossary#training">training</a> a
machine learning model.
<summary>
Namespace containing trainers, model parameters, and utilities.
</summary>
</Docs>
</Namespace>
6 changes: 4 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Transforms.Image.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Namespace Name="Microsoft.ML.Transforms.Image">
<Docs>
<summary>
Namespace containing image loading and <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/glossary#transform">transformation</a> capabilities.
It is contained in the <a href="https://www.nuget.org/packages/Microsoft.ML.ImageAnalytics/">Microsoft.ML.ImageAnalytics nuget package.</a>
Namespace containing image loading and transformation components.
</summary>
<remarks>
Contained in the Microsoft.ML.ImageAnalytics nuget package.
</remarks>
</Docs>
</Namespace>
5 changes: 3 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Transforms.Onnx.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Namespace Name="Microsoft.ML.Transforms.Onnx">
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>
Namespace containing <a href="https://onnx.ai/">ONNX</a> model loading and transformation components.
</summary>
</Docs>
</Namespace>
3 changes: 1 addition & 2 deletions dotnet/xml/ns-Microsoft.ML.Transforms.TensorFlow.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Namespace Name="Microsoft.ML.Transforms.TensorFlow">
<Docs>
<summary>
The namespace containing the data transformations wrapping <a. href="https://www.tensorflow.org/">tensorflow</a.>
so it can be used as an estimator in ML.NET.
Namespace containing <a href="https://www.tensorflow.org/">tensorflow</a> model loading and transformation components.
</summary>
</Docs>
</Namespace>
4 changes: 3 additions & 1 deletion dotnet/xml/ns-Microsoft.ML.Transforms.Text.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Namespace Name="Microsoft.ML.Transforms.Text">
<Docs>
<summary>The namespace containing the various data transformations for text datasets.</summary>
<summary>
Namespace containing text data transformation components.
</summary>
</Docs>
</Namespace>
4 changes: 2 additions & 2 deletions dotnet/xml/ns-Microsoft.ML.Transforms.TimeSeries.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Namespace Name="Microsoft.ML.Transforms.TimeSeries">
<Docs>
<summary>A set of time series transfomer, estimator and their utilities,
used for <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks#anomaly-detection"> anomaly detection.</a>
<summary>
Namespace containing time-series data transformation components.
</summary>
</Docs>
</Namespace>
3 changes: 2 additions & 1 deletion dotnet/xml/ns-Microsoft.ML.Transforms.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Namespace Name="Microsoft.ML.Transforms">
<Docs>
<summary>The namespace containing the various <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/transforms">data transformations for text and numerical datasets</a>.
<summary>
Namespace containing <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/transforms">data transformation</a> components.
</summary>
</Docs>
</Namespace>
4 changes: 3 additions & 1 deletion dotnet/xml/ns-Microsoft.ML.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Namespace Name="Microsoft.ML">
<Docs>
<summary>The main namespace for <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/">ML.NET</a></summary>
<summary>
The main namespace for <a href="https://docs.microsoft.com/en-us/dotnet/machine-learning/">ML.NET</a>. Contains application and operation contexts, transformer and trainer catalogs, and components for data view processing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data view [](start = 207, length = 9)

should it link?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided not to link

</summary>
</Docs>
</Namespace>