Skip to content

Fitting Size Impact #192

Answered by abdulfatir
Arsa-Nik asked this question in Q&A
Nov 1, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

@Arsa-Nik I looked deeper into this and my conclusion is still that it is related to the inherent uncertainty in the model for this specific time series. Here's what's going on:

AutoGluon sorts the time series dataframe by item ID, so when you use n and m, the n time series will be second in the batch vs. when you use ID_1 and ID_2, the ID_1 time series will stay at the first place. Note that there's nothing special about ID_1 and ID_2 and you can reproduce the same behavior with setting the index to m in the first case and m and n in the second.

Nevertheless, it is interesting that the randomness in the ID_x case is very similar. This is not always the case, however, as you can observe i…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@abdulfatir
Comment options

@abdulfatir
Comment options

@Arsa-Nik
Comment options

@abdulfatir
Comment options

Answer selected by Arsa-Nik
@Arsa-Nik
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants