NlpFeaturizationSettings Class
Featurization settings for all AutoML NLP Verticals.
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'
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python