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

Add link_function for ContextualizedRegressor #45

Closed blengerich closed 2 years ago

blengerich commented 2 years ago

When doing binary classification, we want to do regression with the logistic link function. If we use ContextualizedRegressor beyond correlation estimation (i.e. I am hoping for this to replace the ContextualizedGAM repo), we will also need logistic link function in this ContextualizedRegressor.