I'm using numpy.polyfit and the following error occurs:
Intel MKL ERROR: Parameter 4 was incorrect on entry to DGELSD.
C:\Users\Max.Kaye\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\lib\polynomial.py:594: RankWarning: Polyfit may be poorly conditioned
warnings.warn(msg, RankWarning)
Does anyone know what the problem is?
Thanks in advance, Max