Skip to content

Run similarity scorer on more than one data type/attribute #738

@kiddinn

Description

@kiddinn

The issue here is that if the similarity scorer is run on data_type X and then again on data_type Y or attribute Z there is no way to differentiate between what data type/attribute the score was run on, making the UI element here not as optimal.

Ideas could include:

  • Have the similarity score attribute reflect the data_type/attribute it was run against, eg: similarity_score_X where X is the name of the data_type/attribute
  • Have the similarity_score a dict with keys as attributes/data_types

The UI would then have to be reworked to have a drop down or something similar so you can choose which key you are keying off in the UI when dimming events.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions