-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FourierFeaturizer and DateFeaturizer pipeline: "transform() got multiple values for argument 'y' result" #539
Comments
I've come across the same problem. But I found that if I downgrade to scikit-learn 1.1.3 (from 1.2.0) the problem goes away. |
I have the same issue. I created a new environment and updated all libraries, so I am not sure which one causes this. Here is the code to replicate the issue:
Output:
|
I think this should be fixed by #532. We'll get a fixed version released so y'all aren't stuck pinning scikit to |
I think it's because of scikit-learn new feature:
|
I just deployed version 2.0.3 (to PyPI; conda builds are maintained separately). Give that a shot and let me know if it works |
Thank you @aaronreidsmith . The bug is fixed and my code runs smoothly. |
Describe the bug
When using the FourierFeaturizer or DateFeaturizer in a pipeline and calling any of the predict methods (predict_in_sample or predict) the following error is thrown:
transform() got multiple values for argument 'y'
To Reproduce
Can be reproduced by running any of the pipeline examples:
Versions
Expected Behavior
Output the model results
Actual Behavior
Error thrown:
Additional Context
No response
The text was updated successfully, but these errors were encountered: