Relative Content

Tag Archive for scipylinear-programming

Linear modeling issue using Scipy

I am trying to design a linear model with three features being weekly prices of three different elements. And I need to combine these prices to get the cheapest combination for each week.
I used Scipy, and when I put my data I only have NaN at the end, and I don’t understand why.