1.1 Generalized Linear Models - Yikyong/machine-learning-in-Python GitHub Wiki
The following are a set of methods intended for regression in which the target value is expected to be a linear combination of the input variables. In mathematical notion, if is the predicted value.
Across the module, we designate the vector w = (w_1,..., w_p) as coef_ and w_0 as intercept_.
To perform classification with generalized linear models, see Logistic regression.
λ€μμ λ
립 λ³μλ€μ μ ν μ‘°ν©μΌλ‘ μ’
μλ³μμ κ°μ μμΈ‘νλ νκ· λΆμμ μν λ°©λ²λ€μ
λλ€.
μμμμ μ μΆμ μΉλΌ ν λ,
λͺ¨νμμ νκ·κ³μλ‘ w = (w_1,..., w_p) 벑ν°λ₯Ό, w_0 μ€μ°¨κ°μΌλ‘ μ¬μ©ν©λλ€.
μΌλ°μ νλͺ¨νμ μ΄μ©νμ¬ λΆλ₯λ₯Ό ν λλ λ‘μ§μ€ν± νκ·λΆμμ μ°Έκ³ νμΈμ.