Implementing with real dataset values
Jawaria1230 opened this issue · 0 comments
Jawaria1230 commented
Hi, I am following your logic of implementation for the Kalman filter, however when I use a real set of data containing 1000 values then I am getting an error: 'ValueError: cannot copy sequence with size 1000 to array axis with dimension 3'
Could you please suggest to me any solution to this regard? Thank you.