Skip to content

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

@sarahmish

Description

@sarahmish
  • 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.

self._encoder = OneHotEncoder(categories=[choices], sparse_output=False)

reference:

New in version 1.2: sparse was renamed to sparse_output

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions