Skip to content

Commit 8c5598d

Browse files
committed
Update 03-Classification.qmd
1 parent b29e4f7 commit 8c5598d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

03-Classification.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ On the left hand side of the equationis the **Odds** of having Hypertension.
217217
$\beta_0$ is a parameter describing \_\_, and $\beta_1$ is a parameter describing \_\_\_
218218

219219
```{python}
220+
import statsmodels.api as sm
221+
220222
logit_model = sm.Logit(y_train, X_train).fit()
221223
222224
logit_model.summary()

0 commit comments

Comments
 (0)