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) 288.31 KB
評価用データ (test.tsv) 285.75 KB
応募用サンプルファイル (sample_submit.csv) 11.05 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インデックスとして使用
1GameIDintゲームID
2LeagueIndexintリーグの種類(1=ブロンズ,2=シルバー,3=ゴールド,4 =プラチナ,5=ダイヤモンド,6=マスター,7=グランドマスター,8=プロリーグ)
3Ageint年齢
4HoursPerWeekint週のプレイ時間
5TotalHoursint総プレイ時間
6APMint1分当たりのアクション
7SelectByHotkeysintタイムスタンプごとのホットキーを使用して作成されたユニットまたは建物の選択数
8AssignToHotkeysintタイムスタンプごとにホットキーに割り当てられたユニットの数
9UniqueHotkeysintタイムスタンプごとに使用される一意のホットキーの数
10MinimapAttacksintタイムスタンプごとの最小攻撃アクションの数
11MinimapRightClicksintタイムスタンプごとの最小クリック数
12NumberOfPACsintタイムスタンプごとのPACの数
13GapBetweenPACsint平均PAC間隔(ミリ秒)
14ActionLatencyintPACsの攻撃から最初の行動までの平均待ち時間(ミリ秒)
15ActionsInPACint各PAC内の平均アクション数
16TotalMapExploredintタイムスタンプごとにプレーヤーが表示する24x24のゲーム座標グリッドの数
17WorkersMadeintタイムスタンプごとに訓練されたSCV、ドローン、プローブの数
18UniqueUnitsMadeintタイムスタンプごとに作成されたユニークな単位
19ComplexUnitsMadeintタイムスタンプごとに訓練されたゴースト、投資家、および high templarの数
20ComplexAbilitiesUsedintタイムスタンプごとに使用される特定のターゲティング指示を必要とする能力
21MaxTimeStampintゲームの最後に記録されたイベントのタイムスタンプ
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

応募用サンプルファイル(sample_submit.csv)
サンプルの予測結果が入力された投稿用ファイルのフォーマット
カラムヘッダ名称データ型説明
0無しintインデックスとして使用
1無しintリーグの種類(1=ブロンズ,2=シルバー,3=ゴールド,4 =プラチナ,5=ダイヤモンド,6=マスター,7=グランドマスター,8=プロリーグ)

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