Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing catalogs to How does ML.NET work #13190

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

natke
Copy link
Contributor

@natke natke commented Jun 30, 2019

Fixes #13016

Copy link
Contributor

@luisquintanilla luisquintanilla left a comment

Choose a reason for hiding this comment

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

Looks good. Minor suggestions.

||Multiclass classification|<xref:Microsoft.ML.MulticlassClassificationCatalog>||
||Anomaly detection|<xref:Microsoft.ML.AnomalyDetectionCatalog>||
||Clustering|<xref:Microsoft.ML.ClusteringCatalog>||
||Forecasting|<xref:Microsoft.ML.Forecasting>||
Copy link
Contributor

Choose a reason for hiding this comment

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

Broken xref. API docs for this page at the moment don't contain much information. Check that this is what you want to reference before incorporating suggestion.

Suggested change
||Forecasting|<xref:Microsoft.ML.Forecasting>||
||Forecasting|<xref:Microsoft.ML.ForecastingCatalog>||

@@ -160,16 +160,19 @@ In this section, we go through the architectural patterns of ML.NET. If you are
An ML.NET application starts with an <xref:Microsoft.ML.MLContext> object. This singleton object contains **catalogs**. A catalog is a factory for data loading and saving, transforms, trainers, and model operation components. Each catalog object has methods to create the different types of components:

||||
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add column names.

|Action|Task|Catalog Name| Additional NuGet Package

||Ranking|<xref:Microsoft.ML.RankingCatalog>||
||Regression|<xref:Microsoft.ML.RegressionCatalog>||
||Recommendation|<xref:Microsoft.ML.RecommendationCatalog>|add Microsoft.ML.Recommender|
||TimeSeries|<xref:Microsoft.ML.TimeSeriesCatalog>|add Microsoft.ML.TimeSeries|
Copy link
Contributor

Choose a reason for hiding this comment

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

Add xref for TimeSeries

Suggested change
||TimeSeries|<xref:Microsoft.ML.TimeSeriesCatalog>|add Microsoft.ML.TimeSeries|
||TimeSeries|<xref:Microsoft.ML.TimeSeriesCatalog>|<xref:Microsoft.ML.TimeSeries>|

@JRAlexander JRAlexander merged commit e6c34e7 into dotnet:master Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RecommendationCatalog in ML.NET 1.1
5 participants