Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.76k stars 1.44k forks source link

update OneHotEncoder arg sparse to sparse_output #3298

Closed qusongms closed 4 months ago

qusongms commented 4 months ago

Description

Added in version 1.2, OneHotEncoder argument sparse was renamed to sparse_output. Correct notebook accordingly.

Checklist