We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29e4f7 commit 8c5598dCopy full SHA for 8c5598d
1 file changed
03-Classification.qmd
@@ -217,6 +217,8 @@ On the left hand side of the equationis the **Odds** of having Hypertension.
217
$\beta_0$ is a parameter describing \_\_, and $\beta_1$ is a parameter describing \_\_\_
218
219
```{python}
220
+import statsmodels.api as sm
221
+
222
logit_model = sm.Logit(y_train, X_train).fit()
223
224
logit_model.summary()
0 commit comments