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

Custom losses #58

Closed blengerich closed 2 years ago

blengerich commented 2 years ago

Separate out the prediction step from the loss step, and allow user to specify loss function when creating the regression model.

blengerich commented 2 years ago

Subsumed by #60