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'm using the predict method in GWR model, it works fine when I call it the first time, but the second time (using the same data), I get the following error:
ValueError: operands could not be broadcast together with shapes....
Is the expected behavior that the predict method only works once? Thank you.
Best,
David
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the predict method in GWR model, it works fine when I call it the first time, but the second time (using the same data), I get the following error:
ValueError: operands could not be broadcast together with shapes....
Is the expected behavior that the
predict
method only works once? Thank you.Best,
David
The text was updated successfully, but these errors were encountered: