-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Remove fixes/compat for Python 2 #11991
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve
Description
This can be broken up into multiple pull requests.
Remove:
-
from __future__imports -
sklearn.externals.six -
super(cls, self)is nowsuper() - any code explicitly commented to be for Python 2 support
- anything else in sklearn.utils.fixes related to this
Admittedly I'm not sure it is wise to rush this change, given that we might still be backporting fixes to 0.20.X for a little while...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve