NlpFeaturizationSettings Class
Featurization settings for all AutoML NLP Verticals.
- Inheritance
-
azure.ai.ml.entities._job.automl.featurization_settings.FeaturizationSettingsNlpFeaturizationSettings
Constructor
NlpFeaturizationSettings(*, dataset_language: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
dataset_language
Required
|
|
Examples
creating an nlp featurization settings
from azure.ai.ml import automl
nlp_featurization_settings = automl.NlpFeaturizationSettings(dataset_language="eng")
Variables
Name | Description |
---|---|
type
|
Specifies the type of FeaturizationSettings. Set automatically to "NLP" for this class. |
Attributes
type
type = 'nlp'
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python