Skip to content

Remove dual feature specification in TableRowClassifier #18

@haesleinhuepf

Description

@haesleinhuepf

Since #17 we have we have two places where feature specification is stored in the TableRowClassifier:

  • self.feature_specification is a string separated list of features
  • self._ordered_feature_names is a list with the same content, but split by spaces

All other classifiers have feature_specification, so we may potentially reduce the code to only this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions