Merge pull request #46 from rickiepark/main

Change `pandas_in_out=True` to `transform_output="pandas"`
main
Aurélien Geron 2023-02-18 21:31:05 +13:00 committed by GitHub
commit 0b67623d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
]
},
{