From 9869145a7dc201bed81d49ccd5b94c4435230529 Mon Sep 17 00:00:00 2001 From: Victor Khaustov <3192677+vi3itor@users.noreply.github.com> Date: Fri, 10 Jun 2022 17:45:37 +0900 Subject: [PATCH] Update score outputs for Ex. 8 and 9 --- 07_ensemble_learning_and_random_forests.ipynb | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/07_ensemble_learning_and_random_forests.ipynb b/07_ensemble_learning_and_random_forests.ipynb index b785ac2..26a81b4 100644 --- a/07_ensemble_learning_and_random_forests.ipynb +++ b/07_ensemble_learning_and_random_forests.ipynb @@ -1347,7 +1347,7 @@ { "data": { "text/plain": [ - "[0.9736, 0.9743, 0.8662, 0.9666]" + "[0.9736, 0.9743, 0.8662, 0.966]" ] }, "execution_count": 44, @@ -1439,7 +1439,7 @@ { "data": { "text/plain": [ - "0.9749" + "0.9758" ] }, "execution_count": 49, @@ -1501,7 +1501,7 @@ { "data": { "text/plain": [ - "[0.9736, 0.9743, 0.8662, 0.9666]" + "[0.9736, 0.9743, 0.8662, 0.966]" ] }, "execution_count": 52, @@ -1661,7 +1661,7 @@ { "data": { "text/plain": [ - "0.9761" + "0.9769" ] }, "execution_count": 58, @@ -1697,7 +1697,7 @@ { "data": { "text/plain": [ - "0.9711" + "0.9724" ] }, "execution_count": 60, @@ -1731,7 +1731,7 @@ { "data": { "text/plain": [ - "0.973" + "0.9727" ] }, "execution_count": 61, @@ -1752,7 +1752,7 @@ { "data": { "text/plain": [ - "[0.968, 0.9703, 0.9641]" + "[0.968, 0.9703, 0.965]" ] }, "execution_count": 62, @@ -1854,7 +1854,7 @@ { "data": { "text/plain": [ - "0.9735" + "0.9722" ] }, "execution_count": 66, @@ -1909,7 +1909,7 @@ { "data": { "text/plain": [ - "0.9694" + "0.9705" ] }, "execution_count": 69, @@ -2005,7 +2005,7 @@ { "data": { "text/plain": [ - "0.9785" + "0.9784" ] }, "execution_count": 72,