probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

refactor: remove highlight component #105

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

Removes the all namespaces for the highlight component. This component was previously used to highlight rows based on their probability under the model and also to impute missing values and color them by their confidence.

Motivation

This functionality is no longer being used, and it has grow somewhat stale with the rest of the codebase. It makes sense to remove it and add a refactored version back when the functionality is needed again.

In addition this fixes a bug with #103 PR. One of the files being removed in this PR references inferenceql.viz.score which was removed in #103. Removing the referencing file, allows the clean compilation of the app again.