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

Remove vowpalwabbit until it supports python 3.11 #4419

Closed
MichaelFu512 opened this issue May 16, 2024 · 0 comments · Fixed by #4427
Closed

Remove vowpalwabbit until it supports python 3.11 #4419

MichaelFu512 opened this issue May 16, 2024 · 0 comments · Fixed by #4427

Comments

@MichaelFu512
Copy link
Contributor

MichaelFu512 commented May 16, 2024

vowpalwabbit does not support python 3.11, and vowpal-wabbit-next does not support the scikit-learn extension that EvalML uses (i.e. we cannot change

from vowpalwabbit import sklearn_vw as vw 

to

from vowpal-wabbit-next import sklearn_vw as vw 
@MichaelFu512 MichaelFu512 changed the title Use vowpal-wabbit-next instead of vowpal-wabbit Remove vowpalwabbit until it supports python 3.11 May 17, 2024
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

Successfully merging a pull request may close this issue.

1 participant