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.
This refreshes most of the code in the old
score.cljs
namespace and puts it into a newimputation.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.