data-science-utils
data-science-utils copied to clipboard
Chore: Replace module
While using the library, I got the error ImportError: cannot import name signature from 'sklearn.utils.fixes'.
I headed over to the official repository and found that there is no method of signature. However, in python3, the inspect module does have a signature method. So replacing 'sklearn.utils.fixes module with inspect module to make it work fine.