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 μ˜€μ°¨κ°’μœΌλ‘œ μ‚¬μš©ν•©λ‹ˆλ‹€.
μΌλ°˜μ„ ν˜•λͺ¨ν˜•μ„ μ΄μš©ν•˜μ—¬ λΆ„λ₯˜λ₯Ό ν•  λ•ŒλŠ” λ‘œμ§€μŠ€ν‹± νšŒκ·€λΆ„μ„μ„ μ°Έκ³ ν•˜μ„Έμš”.