Skip to content

batch_size and train_test_split on shuffled model #179

Answered by stes
Owenxz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Owenxz , thanks for flagging. I focused on checking example 1, and can repro the behavior you report.

However, you are right now training the model on binary variables (0 or 1), but using a continuous solver. Just checking, is this intended?. This breaks a few assumptions on how the data is sampled; namely the continuous solver with time_delta distribution expects the label to be approximately changing according to a Normal distribution (which is not the case in this example).

(Other clarification, is the data splitting function used this one? This is additionally problematic when using an offset-10 model, a split that preserves temporal information is more suitable).

It would be inte…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Owenxz
Comment options

@stes
Comment options

stes Oct 11, 2024
Maintainer

Answer selected by MMathisLab
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