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) 158.25 KB
評価用データ (test.tsv) 162.65 KB
応募用サンプルファイル (sample_submit.csv) 11.85 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インデックスとして使用
1botbitアカウントの分類(1=ボット,0=人間)
2statuses_countintツイート数
3default_profilebitプロファイル
4default_profile_imagebitプロファイルイメージ
5friends_countint友達数
6followers_countintフォロワー数
7favourites_countintお気に入り数
8geo_enabledbit地理情報の有無(1=ある,0=なし)
9listed_countintリスト数
10account_age_hoursint年齢
11diversityfloat多様性
12mean_mins_between_tweetsfloatツイート間隔の平均時間 (分)
13mean_tweet_lengthfloatツイートの長さの平均値
14mean_retweetsfloatリツイートの平均値
15reply_ratefloatリプライ率
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

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

投稿方法
応募用サンプルファイルのフォーマットに倣い、1列目に評価用データの"id"を、2列目に予測したアカウントの分類(1=ボット,0=人間)を記入したファイルを作成し、ヘッダ無しのcsv形式で投稿ください。