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

Flag for univariable / multivariable prediction. #39

Closed blengerich closed 2 years ago

blengerich commented 2 years ago

This might already be solved, but we may want to toggle between traditional correlation analysis (which doesn't attempt to correct for other features in X) and regression analysis (which fits a multivariable model on all features in X to account for multiple evidence).