When I was importing the sklearn library, the program threw a discard warning, which means that after the version update, the imp library is no longer used. Use importlib to replace this library.
When I was importing the sklearn library, the program threw a discard warning, which means that after the version update, the imp library is no longer used. Use importlib to replace this library.