Udostępnij za pośrednictwem


RankingCatalog Klasa

Definicja

Klasa używana przez MLContext program do tworzenia wystąpień składników klasyfikacji, takich jak trenerzy i ewaluatorzy.

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

Właściwości

Trainers

Lista trenerów do wykonywania regresji.

Metody

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

Uruchom krzyżową walidację na numberOfFolds fałdach data, odpowiednio dopasowując estimatorelement i szanując rowGroupColumnName, jeśli jest to podane. Następnie należy ocenić każdy podmodel pod kątem labelColumnName metryk i zwrócić je.

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

Ocenia ocenione dane klasyfikacji.

Evaluate(IDataView, String, String, String)

Ocenia ocenione dane klasyfikacji.

Metody rozszerzania

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

Ważność funkcji permutacji (PFI) dla klasyfikacji.

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

Ważność funkcji permutacji (PFI) dla klasyfikacji.

Dotyczy