ソースを参照

Adding Analytical Solution into the code

zahra 1 年間 前
コミット
dbcc7613ad

+ 1 - 1
python/Bayesian Method-Zahra.ipynb

@@ -232,7 +232,7 @@
     "lower = np.percentile(probs_samples, 2.5, axis=0)\n",
     "upper = np.percentile(probs_samples, 97.5, axis=0)\n",
     "\n",
-    "# De-standardize x-axis\n",
+    "\n",
     "x_plot = x_grid * X_std + X_mean\n",
     "\n",
     "# Plot\n",

ファイルの差分が大きいため隠しています
+ 0 - 15
python/Bayesian Method_MLE.ipynb


ファイルの差分が大きいため隠しています
+ 0 - 15
python/Baysian Method_MLE.ipynb


ファイルの差分が大きいため隠しています
+ 67 - 0
python/Logisticregression Method_MLE copy.ipynb


ファイルの差分が大きいため隠しています
+ 66 - 25
python/Logisticregression Method_MLE.ipynb


BIN
python/figs/DELTA+BOOTSTRAPPING.png


BIN
python/figs/lung_test_lung.pdf


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません