Merge pull request #46 from rickiepark/main
Change `pandas_in_out=True` to `transform_output="pandas"`main
commit
0b67623d55
|
@ -2260,7 +2260,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"#from sklearn import set_config\n",
|
"#from sklearn import set_config\n",
|
||||||
"#\n",
|
"#\n",
|
||||||
"# set_config(pandas_in_out=True) # not available yet – see SLEP014"
|
"# set_config(transform_output=\"pandas\") # scikit-learn >= 1.2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue