BTB icon indicating copy to clipboard operation
BTB copied to clipboard

OneHotEncoder `TypeError: __init__() got an unexpected keyword argument 'sparse_output'`

Open sarahmish opened this issue 3 months ago • 0 comments

  • baytune 0.5.0
  • macOS 14.1
  • python 3.8

The following line produces an error when scikit-learn<1.2. I would suggest to add it as a requirement for the package. https://github.com/MLBazaar/BTB/blob/9b4500e61622e15cd0df5ccd389a2e37c8d7996d/baytune/tuning/hyperparams/categorical.py#L52

reference:

New in version 1.2: sparse was renamed to sparse_output

https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html

sarahmish avatar Mar 15 '24 00:03 sarahmish