probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

refactor: refresh score ns #103

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

This refreshes most of the code in the old score.cljs namespace and puts it into a new imputation.cljs namespace.

score.cljs was unused and had grown stale. It was based around the use of a multimix model. Much of the namespace was refactored and based around a query-executor function to execute queries. This is needed for the spn model (remote query server) use case.

Some defs related to scoring rows were not updated and included.

Motivation

upcoming PR's for Observable components will expose some of these functions to notebook users.