Whenever I try to use "sklearn" in PyCharm, I get the following error on the console.
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp
I am not sure if it should bother me, because program still working, but it's annoying. How can I get rid of it?
I made every change, people recommended in linked question but the error is still there.