Closed ChenDannyLi closed 3 years ago
Thanks, for reporting this. Yes, this is a little misleading. Either you have to additionally also pass rectify_input=True
or have to pass numpy
arrays of the correct data dtype as parameters. Hope this helps.
I tried to run one example in the documentation page, and it gave me a type error in one of the helper functions:
TypeError("coefficients must be given as numpy.ndarray")
Code below: