-
Beta Was this translation helpful? Give feedback.
Answered by
lostella
Apr 29, 2024
Replies: 2 comments 1 reply
-
Hi @pranavlal, it looks like here you're printing the size of the input series, not of the forecast npa=ts.detach().tolist()
print(len(npa)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lostella
-
Hi @ Lorenzo,
Thanks, I wanted to count the number of entries in the forecast to determine if I was getting the expected number of entries.
From: Lorenzo Stella ***@***.***>
Sent: Monday, April 29, 2024 12:49 PM
To: amazon-science/chronos-forecasting ***@***.***>
Cc: Pranav Lal ***@***.***>; Mention ***@***.***>
Subject: Re: [amazon-science/chronos-forecasting] Getting more values than specified in predictions (Discussion #59)
Hi @pranavlal <https://github.com/pranavlal> , it looks like here you're printing the size of the input series, not of the forecast
npa=ts.detach().tolist()
print(len(npa))
—
Reply to this email directly, view it on GitHub <#59 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACCF2A4COWAIX4LCNWTPVJLY7XX7LAVCNFSM6AAAAABG5MGSHWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENJYGU4TK> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/ACCF2A3BKX4WC5YJ5JTNBNTY7XX7LA5CNFSM6AAAAABG5MGSHWWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQARVDGG.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @pranavlal, it looks like here you're printing the size of the input series, not of the forecast