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
I reproduced the problem on my computer, while my install is fine and the example notebook runs fine...
A clue is that SmoothedNSpline runs fine, so I suspect the algorithm has a problem converging to a good smoothing factor using the GCV mode.
I noticed that your data are very irregularly spaced, with a X space that is increasing more and more as X increases. Maybe this creates a problem for the GCV routine?
In any case, the loophole seems to be on the side of the FORTRAN code and not of the Python code.
Dear authors
I have a problem in using GCVmoothedNSpline for a given dataset (french csv file attached)
bugGCV.csv
Is it a well known limitation of the algorithm ?
Best regards
Pierre-Andre
PS the output of "pip install" in a new venv
and my python3 version
The text was updated successfully, but these errors were encountered: