update sklearn part 1

This commit is contained in:
Jakub Pokrywka 2023-11-24 20:16:47 +01:00
parent 56fdb84a38
commit d3e4075017
1 changed files with 18 additions and 5 deletions

View File

@ -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": [
{