Logistic Regression? In statistics, the logistic model (or logit model) is a statistical model that models the probability of an event taking place by having the log odds for the event be a linear combination of one or more independent variables. (Wikipedia) 위와 같이 Y = label (discrete values) & X1, X2 = features 인경우, X1, X2와 Y (label)간의 관계를 어떻게 구할 수 있을까? 먼저 Classification (분류)에 대해서 들여다보자. [Classi..