slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
149 stars 81 forks source link

new chunk: linear scoring classifier / linear probaility model #475

Open berndbischl opened 4 years ago

berndbischl commented 4 years ago

we should have a didactical chunk that discusses how a super simple linear model can be used for classification, where f = w^T x so, a simpler model before log. regr. what we can discuss there is how we can do regression on 0/1 labels, and putting L2 loss / brier score on it.

berndbischl commented 1 year ago

this is sometimes also called linear probaility model