EpistasisLab / EpistasisLab/tpot
Get warning after importing module
Open
being worked on
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
- 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](https://github.com/scikit-learn/scikit-learn/issues/12226).
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.