Skip to content

Dummy classifier

Dummy classifier. Classifies each line to the same element.

Parameters

PARAMETER DESCRIPTION
pipeline

The pipeline object.

TYPE: Pipeline DEFAULT: None

name

The name of the component.

TYPE: str DEFAULT: 'dummy-classifier'

label

The label to assign to each line.

TYPE: str