alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
734 stars 83 forks source link

Remove vowpalwabbit until it supports python 3.11 #4419

Closed MichaelFu512 closed 1 month ago

MichaelFu512 commented 1 month ago

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