data-science-utils icon indicating copy to clipboard operation
data-science-utils copied to clipboard

Chore: Replace module

Open rowhitswami opened this issue 6 years ago • 0 comments

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.

rowhitswami avatar Oct 29 '19 14:10 rowhitswami