You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will scikit-learn accept pull requests for low-level code with static type hints? Does it ever plan to?
I don't know where the core team stands on static type hints in Python, but I think they make it 10x easier to grok code and convert users to contributors.
2018 seems like a great time to make this change, in light of Numpy dropping support for new features in Python 2.7. #11115
Supported version would need to change from Python (>= 2.7 or >= 3.4) to Python (>= 3.5) to support static type hints.
Shihab-Shahriar, deeplook, obarak, mitar and bryant1410