Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Time series on GBM’s – is row/instance order important?

When building a time series model using something like xgboost or lightgbm, do they only take into account the present row / instance?

Say I build a model that has in one row:

  • current values at timestamp

  • lagged values from t-1 to t-5 of the previous values

If the rows/instances are shuffled for k fold cross validation, will that affect prediction ?

submitted by /u/charityworker
[link] [comments]