RankingCatalog 类

定义

用于 MLContext 创建排名组件的实例(如训练器和评估器)的类。

public sealed class RankingCatalog : Microsoft.ML.TrainCatalogBase
type RankingCatalog = class
    inherit TrainCatalogBase
Public NotInheritable Class RankingCatalog
Inherits TrainCatalogBase
继承
RankingCatalog

属性

Trainers

用于执行回归的训练器列表。

方法

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

通过拟合和尊重rowGroupColumnName(如果提供)的折叠data运行交叉验证numberOfFoldsestimator 然后根据 labelColumnName 每个子模型评估并返回指标。

Evaluate(IDataView, RankingEvaluatorOptions, String, String, String)

评估评分的排名数据。

Evaluate(IDataView, String, String, String)

评估评分的排名数据。

扩展方法

PermutationFeatureImportance(RankingCatalog, ITransformer, IDataView, String, String, Boolean, Nullable<Int32>, Int32)

排列特征重要性 (PFI) 排名。

PermutationFeatureImportance<TModel>(RankingCatalog, ISingleFeaturePredictionTransformer<TModel>, IDataView, String, String, Boolean, Nullable<Int32>, Int32)

排列特征重要性 (PFI) 排名。

适用于