Kaggle / learntools

Tools and tests used in Kaggle Learn exercises
Apache License 2.0
447 stars 231 forks source link

update notebook, sklearn parameter rename #465

Closed calderjo closed 5 months ago

calderjo commented 6 months ago

OneHotEncoder within sklearn, is renaming one of it parameter from sparse to sparse_output.

this is backward compatible in 1.2.2 which is currently in docker image. but breaks our current pipeline. let's update notebook.

calderjo commented 5 months ago

found source of error