skope-rules
skope-rules copied to clipboard
Fix tests and imports
Description
This PR contains some fixes to get tests working and build passing, primarily around updating tests and imports to handle deprecation of various sklearn testing functions and other imports.
Instead of pinning a new sklearn version, have tried to maintain compatibility with a bunch of try-except blocks, but would be happy to hear thoughts on this approach. May also be worthwhile to add different sklearn versions in the travis CI build.
@ngoix - i attempted to fix the tests as per discussion on other PR, do let me know if any thoughts?