瀏覽代碼

Adding comment

Martin Horvat 6 月之前
父節點
當前提交
b69dc77d35
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      python/logistic/logit_reg_fit_gen.ipynb

+ 3 - 1
python/logistic/logit_reg_fit_gen.ipynb

@@ -7,7 +7,9 @@
    "source": [
     "# Logistic regression: using general fit\n",
     "\n",
-    "Exploring different fitting techniques and using MLE asymptotic approx of parameter distribution to estimate model CI intervals."
+    "Exploring different fitting techniques and using MLE asymptotic approx of parameter distribution to estimate model CI intervals.\n",
+    "\n",
+    "Using Logistic regression class."
    ]
   },
   {