소스 검색

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."
    ]
   },
   {