Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imposing sklearn<1.4 #46

Open
LuoXueling opened this issue Mar 11, 2024 · 0 comments
Open

Imposing sklearn<1.4 #46

LuoXueling opened this issue Mar 11, 2024 · 0 comments

Comments

@LuoXueling
Copy link
Collaborator

LuoXueling commented Mar 11, 2024

This constraint is imposed in #45

  1. This change is not followed by autogluon==1.0.0 but is fixed on master.
    It is causing OneHotEncoder.__init__() got an unexpected keyword argument 'sparse'

  2. The score_params parameter here does not exist before 1.4. It is causing TypeError: _score() missing 1 required positional argument: 'score_params'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant