Skip to content

Commit

Permalink
final stacking submission
Browse files Browse the repository at this point in the history
  • Loading branch information
bukosabino committed Apr 27, 2018
1 parent d2c87e3 commit 8ede24f
Show file tree
Hide file tree
Showing 2 changed files with 640,432 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/final_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@

df['y'] = 0.2*df1['y'] + 0.23*df2['y'] + 0.2*df3['y'] + 0.15*df4['y'] + 0.22*df5['y']
df.to_csv('submission53.csv') # 0.301697 (public leaderboard)
print(".csv submission is ready")
Loading

0 comments on commit 8ede24f

Please sign in to comment.