Skip to content

Is it possible to have staggered datapoints when training on streaming data? #868

Discussion options

You must be logged in to vote

Hello there.

That's an interesting set of questions!

Would it be possible for one iteration of data of the learning only has values for 2 of the 3 usual datapoints? and the third point is in the next iteration alone?

That's not very clear to me. If I understand what you're saying, you're asking if a model can learn_one with a partial x. Models definitely can do that, but they will always assume each partial x is a separate observation. In other words, as an example, you can't do "partial gradient descent".

Would I need to set the missing datapoints of each iteration as nulls?

You can leave them missing, thus creating sparse vectors. Or you can use a method from the impute module.

I wo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@RaphaelChevallier
Comment options

@MaxHalford
Comment options

@RaphaelChevallier
Comment options

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