change pandas_in_out=True to transform_output="pandas"

This commit is contained in:
Haesun Park 2023-02-17 14:14:54 +09:00
parent 2f8f998165
commit 14c50b771a

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"
]
},
{