ClassificationTrainingSettings Class

Definition

Classification Training related configuration.

public class ClassificationTrainingSettings : Azure.ResourceManager.MachineLearning.Models.MachineLearningTrainingSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ClassificationTrainingSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ClassificationTrainingSettings>
public class ClassificationTrainingSettings : Azure.ResourceManager.MachineLearning.Models.MachineLearningTrainingSettings
type ClassificationTrainingSettings = class
    inherit MachineLearningTrainingSettings
    interface IJsonModel<ClassificationTrainingSettings>
    interface IPersistableModel<ClassificationTrainingSettings>
type ClassificationTrainingSettings = class
    inherit MachineLearningTrainingSettings
Public Class ClassificationTrainingSettings
Inherits MachineLearningTrainingSettings
Implements IJsonModel(Of ClassificationTrainingSettings), IPersistableModel(Of ClassificationTrainingSettings)
Public Class ClassificationTrainingSettings
Inherits MachineLearningTrainingSettings
Inheritance
ClassificationTrainingSettings
Implements

Constructors

ClassificationTrainingSettings()

Initializes a new instance of ClassificationTrainingSettings.

Properties

AllowedTrainingAlgorithms

Allowed models for classification task.

BlockedTrainingAlgorithms

Blocked models for classification task.

EnsembleModelDownloadTimeout

During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter with a higher value than 300 secs, if more time is needed.

(Inherited from MachineLearningTrainingSettings)
IsDnnTrainingEnabled

Enable recommendation of DNN models.

(Inherited from MachineLearningTrainingSettings)
IsModelExplainabilityEnabled

Flag to turn on explainability on best model.

(Inherited from MachineLearningTrainingSettings)
IsOnnxCompatibleModelsEnabled

Flag for enabling onnx compatible models.

(Inherited from MachineLearningTrainingSettings)
IsStackEnsembleEnabled

Enable stack ensemble run.

(Inherited from MachineLearningTrainingSettings)
IsVoteEnsembleEnabled

Enable voting ensemble run.

(Inherited from MachineLearningTrainingSettings)
StackEnsembleSettings

Stack ensemble settings for stack ensemble run.

(Inherited from MachineLearningTrainingSettings)
TrainingMode

TrainingMode mode - Setting to 'auto' is same as setting it to 'non-distributed' for now, however in the future may result in mixed mode or heuristics based mode selection. Default is 'auto'. If 'Distributed' then only distributed featurization is used and distributed algorithms are chosen. If 'NonDistributed' then only non distributed algorithms are chosen.

(Inherited from MachineLearningTrainingSettings)

Explicit Interface Implementations

IJsonModel<ClassificationTrainingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClassificationTrainingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningTrainingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningTrainingSettings)
IJsonModel<MachineLearningTrainingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningTrainingSettings)
IPersistableModel<ClassificationTrainingSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClassificationTrainingSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClassificationTrainingSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningTrainingSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningTrainingSettings)
IPersistableModel<MachineLearningTrainingSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningTrainingSettings)
IPersistableModel<MachineLearningTrainingSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningTrainingSettings)

Applies to