Slackbot
12/07/2023, 4:48 PMJosé Morales
12/07/2023, 4:54 PMh=60
means 60 minutes, so if you actually want 30 * 24 * 60 steps ahead you should set that as the horizon. If you're only interested in the one hour you can just filter them out from the result, but they're needed for computing the predictionsMark Horvath
12/07/2023, 4:59 PMnf.predict()
I'd get 100 numbers, but I need 100 numbers for each timestamp in the one month test data (hence the 30 x 24 x 60 x 100 figure).José Morales
12/07/2023, 5:08 PMJosé Morales
12/07/2023, 5:13 PMMark Horvath
12/07/2023, 5:42 PMJosé Morales
12/07/2023, 5:43 PM