GamBinaryTrainer.Options クラス

定義

GamBinaryTrainerで使用されるのオプション。

public sealed class GamBinaryTrainer.Options : Microsoft.ML.Trainers.FastTree.GamTrainerBase<Microsoft.ML.Trainers.FastTree.GamBinaryTrainer.Options,Microsoft.ML.Data.BinaryPredictionTransformer<Microsoft.ML.Calibrators.CalibratedModelParametersBase<Microsoft.ML.Trainers.FastTree.GamBinaryModelParameters,Microsoft.ML.Calibrators.PlattCalibrator>>,Microsoft.ML.Calibrators.CalibratedModelParametersBase<Microsoft.ML.Trainers.FastTree.GamBinaryModelParameters,Microsoft.ML.Calibrators.PlattCalibrator>>.OptionsBase
type GamBinaryTrainer.Options = class
    inherit GamTrainerBase<GamBinaryTrainer.Options, BinaryPredictionTransformer<CalibratedModelParametersBase<GamBinaryModelParameters, PlattCalibrator>>, CalibratedModelParametersBase<GamBinaryModelParameters, PlattCalibrator>>.OptionsBase
Public NotInheritable Class GamBinaryTrainer.Options
Inherits GamTrainerBase(Of GamBinaryTrainer.Options, BinaryPredictionTransformer(Of CalibratedModelParametersBase(Of GamBinaryModelParameters, PlattCalibrator)), CalibratedModelParametersBase(Of GamBinaryModelParameters, PlattCalibrator)).OptionsBase
継承

コンストラクター

名前 説明
GamBinaryTrainer.Options()

GamBinaryTrainerで使用されるのオプション。

フィールド

名前 説明
DiskTranspose

転置を実行するときに、ディスクまたはデータのネイティブな転置機能 (該当する場合) を利用するかどうか。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
EnablePruning

トレーニング後のツリーの排除を有効にして、オーバーフィットを回避します。 検証セットが必要です。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
EntropyCoefficient

0 から 1 のエントロピ (正則化) 係数。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
ExampleWeightColumnName

重みなどの使用する列。

(継承元 TrainerInputBaseWithWeight)
FeatureColumnName

特徴に使用する列。

(継承元 TrainerInputBase)
FeatureFlocks

トレーニングを高速化するためにデータセットの準備中に特徴を収集するかどうか。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
GainConfidenceLevel

ツリーフィッティングは信頼度要件を得ます。 確率とランダム選択ゲインがこの値を上回る場合にのみ、ゲインを考慮してください。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
GetDerivativesSampleRate

GetDerivatives 関数で各クエリ 1 を k 回サンプリングします。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
LabelColumnName

ラベルに使用する列。

(継承元 TrainerInputBaseWithLabel)
LearningRate

学習率。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
MaximumBinCountPerFeature

機能ごとの個別の値 (ビン) の最大数。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
MaximumTreeOutput

単一ツリー出力の絶対値の上限。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
MinimumExampleCountPerLeaf

新しいツリー リーフを形成するために必要なデータ ポイントの最小数。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
NumberOfIterations

トレーニング データに対するパスの合計数。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
NumberOfThreads

使用するスレッドの数。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
Seed

乱数ジェネレーターのシード。

(継承元 GamTrainerBase<TOptions,TTransformer,TPredictor>.OptionsBase)
UnbalancedSets

不均衡なトレーニング データ用に最適化された派生物を使用するかどうか。

適用対象