cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

bugfix for scalars being passed to _predict_from_models in reshape methods #72

Closed cnellington closed 2 years ago

cnellington commented 2 years ago

Resolves #65: bugfix for _params_reshape and _y_reshape. Cleaned up reshape to use dataloader task/sample index lists.