فهرست منبع

Updated Bayesian Linear Regression Project.ipynb

divik544 7 سال پیش
والد
کامیت
66e21032c0
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      bayesian_lr/Bayesian Linear Regression Project.ipynb

+ 3 - 3
bayesian_lr/Bayesian Linear Regression Project.ipynb

@@ -1333,7 +1333,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Select 5 Most Correlated Variables with Final Score"
+    "# Select 6 Most Correlated Variables with Final Score"
    ]
   },
   {
@@ -1357,7 +1357,7 @@
     "    # Find correlations with the Grade\n",
     "    most_correlated = df.corr().abs()['Grade'].sort_values(ascending=False)\n",
     "    \n",
-    "    # Maintain the top 5 most correlation features with Grade\n",
+    "    # Maintain the top 6 most correlation features with Grade\n",
     "    most_correlated = most_correlated[:8]\n",
     "    \n",
     "    df = df.ix[:, most_correlated.index]\n",
@@ -3545,7 +3545,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.6.4"
+   "version": "3.6.5"
   }
  },
  "nbformat": 4,