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