Trying to plot the below code but receiving error.
next_patterns = predict_sequence(model, input_data[array.size(input_data) - 1], 30)
Error at : (next_patterns, : , 1) showing the ":" as Syntax error at input ':'
Not able to plot it.enter image description here