Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekedeHaan committed Jun 15, 2018
2 parents c491ff1 + d3d463f commit 8a5b4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/train_radius.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from train import train

radii = [100]
radii = [100, 200, 300, 400, 500, 600, 700, 800, 900, 1000]
f = ['air_temperature']

for r in radii:
train(radius = r, features_train = f)
train(radius = r, features_train = f)

0 comments on commit 8a5b4b5

Please sign in to comment.