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
Scipy has nnls which is useful when solving linear least squares with non-negativity constraint.
Pitch
The solution to the least squares should be non-negative.
Additional context
In the new version, PyTorch has lstsq implemented. But it does not include the non-negative constraints.
Thank you.
The text was updated successfully, but these errors were encountered:
zhangguanheng66
added
feature
A request for a proper, new feature.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
labels
Dec 8, 2020
🚀 Feature
non-negative least squares solver.
Motivation
Scipy has nnls which is useful when solving linear least squares with non-negativity constraint.
Pitch
The solution to the least squares should be non-negative.
Additional context
In the new version, PyTorch has lstsq implemented. But it does not include the non-negative constraints.
Thank you.
The text was updated successfully, but these errors were encountered: