diff --git a/机器学习竞赛实战_优胜解决方案/特征工程建模/模型解释.ipynb b/机器学习竞赛实战_优胜解决方案/特征工程建模/模型解释.ipynb index 66c20d6..8c47cab 100644 --- a/机器学习竞赛实战_优胜解决方案/特征工程建模/模型解释.ipynb +++ b/机器学习竞赛实战_优胜解决方案/特征工程建模/模型解释.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -21,7 +21,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -226,7 +226,7 @@ "[5 rows x 27 columns]" ] }, - "execution_count": 3, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -251,7 +251,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -265,7 +265,7 @@ "Name: Man of the Match, dtype: bool" ] }, - "execution_count": 4, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -277,7 +277,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -461,7 +461,7 @@ "4 0 " ] }, - "execution_count": 5, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -474,7 +474,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -493,7 +493,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -795,7 +795,7 @@ "" ] }, - "execution_count": 15, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } @@ -817,8 +817,56 @@ "\n", "特征重要性展示了每个特征发挥的作用情况,partial dependence plots 可以展示一个特征怎么影响预测结果\n", "\n", - "模型建立完成后进行使用,概述如下:" + "模型建立完成后进行使用,概述如下:\n", + "