Skip to content

Better regularization #2

@kwinkunks

Description

@kwinkunks

Need to 'regularize' the categories (e.g. job title, industry, etc) in order to visualize. Right now it's extremely simple (difflib.get_close_matches() which maybe uses some sort of edit distance?).

A better way would probably be word2vec or some kind of NER. Maybe can't do much dynamically (e.g. retrain a word2vec based on new inputs) because all the inputs are going to come in at once. But could retrain a model before plotting, say.

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