728x90 반응형 logits1 [Data Science] Logistic Regression Class Probability Estimation많은 task중에서 어떤 instance가 주어졌을 때 어떤 class에 해당할지 예측하고 싶다.예를 들어 fraud detection은 baking이나 commerce에서 중요한 이슈이다.다행히도, linear model을 이용하여 binary class일 확률을 예측할 수 있다. f(x)=w0+w1x1+⋯+wnxn그러나 우리가 예측할 class일 확률은 [0,1]인데, f(x)의 범위는 (−∞,∞)이다. 이를 해결하기 위해 log-odds를 도입한다.odd는 likelihood of an event로, 일어날 확률와 일어나지 않는 확률의 비이.. 2023. 5. 14. 이전 1 다음 728x90 반응형