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) 129.51 MB
評価用データ (test.tsv) 141.9 MB
応募用サンプルファイル (sample_submit.csv) 34.92 MB

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)

学習用データ、評価用データは共に1週間分のログデータです。 データは「1行につき1回の広告表示」を意味し、各カラムは下記の通りです。 3カラム目以降の変数名やカテゴリー値は数字による匿名化を施しています。

カラムヘッダ名称データ型説明
0idintインデックスとして使用
1clickbitクリックの有無(0=クリックなし, 1=クリックあり)
2I1int特徴量
3I2(〃)(〃)
4C1char特徴量(匿名化のためユニークな数値に変換)
5C2(〃)(〃)
6C3(〃)(〃)
7C4(〃)(〃)
8C5(〃)(〃)
9C6(〃)(〃)
10I3int特徴量
11I4(〃)(〃)
12I5(〃)(〃)
13I6(〃)(〃)
14I7(〃)(〃)
15I8(〃)(〃)
16I9(〃)(〃)
17I10(〃)(〃)
18I11(〃)(〃)
19I12(〃)(〃)
20I13(〃)(〃)
21I14(〃)(〃)
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

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

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