# Wondering how you build your model with this train/test data

**URL:** https://community.drivendata.org/t/wondering-how-you-build-your-model-with-this-train-test-data/2285
**Category:** Power Laws
**Created:** [April 2, 2018, 10:56pm UTC](https://community.drivendata.org/t/wondering-how-you-build-your-model-with-this-train-test-data/2285 "2018-04-02T22:56:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kevlaouach](https://avatars.discourse-cdn.com/v4/letter/k/258eb7/32.png) [@kevlaouach](https://community.drivendata.org/u/kevlaouach)
#### Post date: [April 2, 2018, 10:56pm UTC](https://community.drivendata.org/t/wondering-how-you-build-your-model-with-this-train-test-data/2285/1 "2018-04-02T22:56:26Z")

</div>

Hello!

now that the competition over, I’d like to know if someone could share their approach to build a learning model with this data.  
With time series, the data to predict is generally in the future compared to the training set. This dataset (with test periods in the past compared to some training data) was definitively a challenge.

My approach was to run a model for each ForecastId.  
This was kind of slow but at least I was sure that my prediction was based on past data (well I did use future weather data as it was allowed).

Kevin
