-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Closed
Milestone
Description
Proposal
I'd like to propose to increase the minimal scipy version to 1.0.
SCIPY_MIN_VERSION = '1.0.0'Reasoning
- In case we should release scikit-learn 1.0, it would be a good fit:smirk:
- Linear quantile regression [MRG] Add quantile regression #9978 could make it into the next release. It uses
scipy.optimize.linprogunder the hood. Scipy 1.0.0 has introduced a new solvermethod="interior-point"which is set as default method. Having it available would help us to avoid to support the"simplex"method in scikit-learn. Note, that scipy v1.3.0 introduced the"revised simplex"method and version 1.5 the"highs**"solvers which are much preferred.
I think we should avoid the legacy simplex method. - Your reason for scipy 1.0.0.
Metadata
Metadata
Assignees
Labels
No labels