Skip to content

[ENH] move pairs_to_features, generate_kmer_vecs and other similar utilities to transformer interface #174

@fkiraly

Description

@fkiraly

Methods pairs_to_features, generate_kmer_vecs and other utilities like it should be moved to the transformer interface.

Currently, pairs_to_features calls the PSeAAC class internally and applies it. Instead, this should be a method of a sa PSeAAC transformer.

The interface to follow is that in #106 and #170.

An example that can be used as template is the GreedyEncoder, in trafos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersmediumissues which require multiple file changes, but doesn't need complete code base understanding.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions