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

Classifier notebook simulation #169

Closed cnellington closed 1 year ago

cnellington commented 1 year ago

Simulation in the contextualized classifier docs appears misspecified. The pred models seem accurate but diverge from the true model. We should sample Y, rather than assigning it to the highest probability class.

https://contextualized.ml/docs/demos/easy_classification.html