From d3e40750173736254c32950656861d12f724b447 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Fri, 24 Nov 2023 20:16:47 +0100 Subject: [PATCH] update sklearn part 1 --- zajecia3/sklearn cz. 1-ODPOWIEDZI.ipynb | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/zajecia3/sklearn cz. 1-ODPOWIEDZI.ipynb b/zajecia3/sklearn cz. 1-ODPOWIEDZI.ipynb index f6dd287..cad6a4c 100644 --- a/zajecia3/sklearn cz. 1-ODPOWIEDZI.ipynb +++ b/zajecia3/sklearn cz. 1-ODPOWIEDZI.ipynb @@ -629,7 +629,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 22, "metadata": {}, "outputs": [ { @@ -674,16 +674,29 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 23, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['female_BMI', 'male_BMI', 'gdp', 'population', 'under5mortality',\n", + " 'life_expectancy', 'fertility', 'gdp_log'],\n", + " dtype='object')" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "df.columns" ] }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 24, "metadata": {}, "outputs": [ { @@ -732,7 +745,7 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": 25, "metadata": {}, "outputs": [ {