Getting error while forecasting using pyspark udfs #685
Unanswered
mondalankur
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hey. Can you include the full error? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am getting this error while doing model.forecast( h =7, X_df = input_df).
The error is something like this -
Caused by: org.apache.spark.SparkException: Job aborted due to stage failure: Task 12 in stage 19.0 failed 4 times, most recent failure: Lost task 12.3 in stage 19.0 (TID 130) (10.141.64.10 executor 0): org.apache.spark.api.python.PythonException: 'ValueError: Expected X to have shape (4, 2), but got (8, 2)'
The same thing runs on pandas perfectly.
Can someone let me know why this error comes, so that I can do some checks on the data?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions