Skip to content

Use word embeddings instead of tokenization for text extraction #4

@johngian

Description

@johngian

Currently we are using a simple CountVectorizer for extracting features from text. It might be a good idea to experiment with using word embeddings instead. The rationaly behind this is that count vectorization doesn't factor in the context of the text where there might be semantic context important for the triaging model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions