Download Data


These data can not be used for purposes other than those state in Terms of Participation in SIGNATE Competition.
Therefore, any Participant shall delete or return to the Company the Company-Provided Information immediately after the completion of each Competition.
Download Filename File size
学習用データ (train.tsv) 524.13 KB
評価用データ (test.tsv) 508.3 KB
応募用サンプルファイル (sample_submit.csv) 91 KB

Download data using SIGNATE CLI


By using an official api command line interface SIGNATE CLI (Beta), you can perform general activities such as data downloading and score submitting on the command line. Please refer to this page as for its installation and usage instruction.

Description


学習用データ(train.tsv)、評価用データ(test.tsv)
カラムヘッダ名称データ型説明
0idintインデックスとして使用
1dtedaydate日付(2011-01-01~2012-12-31)
2seasonint季節(1=春, 2=夏, 3=秋, 4=冬)
3yrbit年(0=2011, 1=2012)
4mnthint
5hrint時間
6holidaybit祝日(1=祝日)
7weekdayint曜日(0=日, 1=月...6=土)
8workingdaybit平日(0=平日, 1=祝日)
9weathersitint天気(1=晴,やや曇り, 2=薄い霧+曇り,霧+千切れ曇,霧+やや曇り,薄い霧, 3=小雪,小雨+雷雨+千切れ曇,小雨+千切れ曇, 4=大雨+凍雨+雷雨+霧,雪+濃い霧)
10tempfloat規格化した温度(摂氏)((t-t_min)/(t_max-t_min), t_min=-8, t_max=+39)
11atempfloat規格化した体感温度(摂氏)((t-t_min)/(t_max-t_min), t_min=-16, t_max=+50)
12humfloat規格化した湿度(最大値の100で割った値)
13windspeedfloat規格化した風速(最大値の67で割った値)
14cntint利用者数
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

応募用サンプルファイル(sample_submit.csv)
サンプルの予測結果が入力された投稿用ファイルのフォーマット
カラムヘッダ名称データ型説明
0無しintインデックスとして使用
1無しint予測した利用者数

投稿方法
応募用サンプルファイルのフォーマットに倣い、1列目に評価用データの"id"を、2列目に予測した利用者数"cnt"を記入したファイルを作成し、ヘッダ無しのcsv形式で投稿ください。