tpot
tpot copied to clipboard
Get warning after importing module
- Warning message
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp
It is related to one issue in scikit-learn repo.
It happens with the latest version of scikit-learn (v0.20.0) and cloudpickle (v0.6.0).
Downgrading cloudpickle to 0.5.6 may avold this warning message. And the next version (v0.20.1) of scikit-learn may fix this isse.
Thanks !
In Python 3.12, that feature was completely removed, and now I get compile errors because of it. I fixed this by manually erasing it.