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

Reshape Y inputs to guarantee 2 dimensions #166

Closed blengerich closed 1 year ago

blengerich commented 1 year ago

Solves #120 for easy models to automatically reshape 1-dimensional Y input into 2-dimensional inputs.

Adds a test that used to fail but now passes.