Skip to content

Suport multiple values of one key in one dict in DictVectorizer #6368

@rjurney

Description

@rjurney

Right now DictVectorizer is unable to handle features that have more than one value per key, such as:

{'a': ['b','c'], 'd': 'e'}

It would be great to simply encode a=b and a=c as the names of these features and 'just work.'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions