AnnotationNumberizer.ConfigΒΆ

Component: AnnotationNumberizer

class AnnotationNumberizer.Config[source]

Bases: Tensorizer.Config

All Attributes (including base classes)

is_input: bool = True
column: str = 'seqlogical'

Default JSON

{
    "is_input": true,
    "column": "seqlogical"
}