TextClassificationMultilabel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Text Classification Multilabel task in AutoML NLP vertical. NLP - Natural Language Processing.
public class TextClassificationMultilabel : Azure.ResourceManager.MachineLearning.Models.AutoMLVertical, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.TextClassificationMultilabel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.TextClassificationMultilabel>
public class TextClassificationMultilabel : Azure.ResourceManager.MachineLearning.Models.AutoMLVertical
type TextClassificationMultilabel = class
inherit AutoMLVertical
interface IJsonModel<TextClassificationMultilabel>
interface IPersistableModel<TextClassificationMultilabel>
type TextClassificationMultilabel = class
inherit AutoMLVertical
Public Class TextClassificationMultilabel
Inherits AutoMLVertical
Implements IJsonModel(Of TextClassificationMultilabel), IPersistableModel(Of TextClassificationMultilabel)
Public Class TextClassificationMultilabel
Inherits AutoMLVertical
- Inheritance
- Implements
Constructors
TextClassificationMultilabel(MachineLearningTableJobInput) |
Initializes a new instance of TextClassificationMultilabel. |
Properties
FeaturizationDatasetLanguage |
Dataset language, useful for the text data. |
FixedParameters |
Model/training parameters that will remain constant throughout training. |
LimitSettings |
Execution constraints for AutoMLJob. |
LogVerbosity |
Log verbosity for the job. (Inherited from AutoMLVertical) |
PrimaryMetric |
Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence user need not set it explicitly. |
SearchSpace |
Search space for sampling different combinations of models and their hyperparameters. |
SweepSettings |
Settings for model sweeping and hyperparameter tuning. |
TargetColumnName |
Target column name: This is prediction values column. Also known as label column name in context of classification tasks. (Inherited from AutoMLVertical) |
TrainingData |
[Required] Training data input. (Inherited from AutoMLVertical) |
ValidationData |
Validation data inputs. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET