change `pandas_in_out=True` to `transform_output="pandas"`

main
Haesun Park 2023-02-17 14:14:54 +09:00
parent 2f8f998165
commit 14c50b771a
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@
"source": [
"#from sklearn import set_config\n",
"#\n",
"# set_config(pandas_in_out=True) # not available yet see SLEP014"
"# set_config(transform_output=\"pandas\") # scikit-learn >= 1.2"
]
},
{