ImportError: cannot import name 'SequentialFeatureSelector'
SequentialFeatureSelector
, per sklearn
documentation, was new in version 0.24
.
As you indicated, importing in Google Colab
and it works would indicate Google Colab
has a more updated version.
It doesn't seem like pip
can hit PyPi
, so there isn't much you can do outside of asking the administrators to upgrade the package.