Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RecommendationCatalog Class

Definition

Namespace:
Microsoft.ML
Assembly:
Microsoft.ML.Recommender.dll
Package:
Microsoft.ML.Recommender v0.22.1
Package:
Microsoft.ML.Recommender v0.20.1
Package:
Microsoft.ML.Recommender v0.22.0
Package:
Microsoft.ML.Recommender v0.23.0-preview.1.25125.4
Source:
RecommenderCatalog.cs
Source:
RecommenderCatalog.cs
Source:
RecommenderCatalog.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The central catalog for recommendation trainers and tasks.

public sealed class RecommendationCatalog : Microsoft.ML.TrainCatalogBase
type RecommendationCatalog = class
 inherit TrainCatalogBase
Public NotInheritable Class RecommendationCatalog
Inherits TrainCatalogBase
Inheritance
RecommendationCatalog

Properties

Trainers

The list of trainers for performing recommendation.

Methods

CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>)

Run cross-validation over numberOfFolds folds of data, by fitting estimator, and respecting samplingKeyColumnName if provided. Then evaluate each sub-model against labelColumnName and return metrics.

Evaluate(IDataView, String, String)

Evaluates the scored recommendation data.

Applies to