共用方式為


AutoMLExperiment.AutoMLExperimentSettings 類別

定義

public class AutoMLExperiment.AutoMLExperimentSettings : Microsoft.ML.AutoML.ExperimentSettings
type AutoMLExperiment.AutoMLExperimentSettings = class
    inherit ExperimentSettings
Public Class AutoMLExperiment.AutoMLExperimentSettings
Inherits ExperimentSettings
繼承
AutoMLExperiment.AutoMLExperimentSettings

建構函式

AutoMLExperiment.AutoMLExperimentSettings()

欄位

MaxModels (繼承來源 ExperimentSettings)

屬性

CacheBeforeTrainer

AutoML 是否應該在 ML.NET 定型器之前快取。 如需快取的詳細資訊,請參閱 WantCaching

(繼承來源 ExperimentSettings)
CacheDirectoryName

這是在 AutoML 實驗期間定型的所有模型都會儲存的目錄名稱。 如果 null 為 ,模型將會保留在記憶體中,而不是寫入磁片。 (請注意:對於在大型資料集上操作高執行時間的實驗,選擇將模型保留在記憶體中可能會導致系統用盡記憶體。)

(繼承來源 ExperimentSettings)
CancellationToken

AutoML 實驗的取消權杖。 它會傳播應該取消實驗的通知。

(繼承來源 ExperimentSettings)
MaxExperimentTimeInSeconds

允許實驗執行的秒數上限。

(繼承來源 ExperimentSettings)
MaximumMemoryUsageInMegaByte (繼承來源 ExperimentSettings)
SearchSpace
Seed

適用於