Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NamedEntityRecognitionEvaluationResult

Possible NER model error analysis

Properties

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Const modelType

modelType: string = "NAMED_ENTITY_RECOGNITION"

predictedEntities

predictedEntities: Array<EntityLabelErrorAnalysis>

List of true(actual) entities in test data for NER model

record

record: string

For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)

trueEntities

trueEntities: Array<EntityLabelErrorAnalysis>

List of true(actual) entities in test data for NER model

Methods

getDeserializedJsonObj

getJsonObj