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.csv) 19.17 MB
テスト用データ (test.csv) 1.87 MB
サンプルファイル (submit.csv) 281.02 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.csv)、評価用データ(test.csv)
カラムヘッダ名称説明
0id顧客ID(インデックスとして使用)
1 loan_amnt 借入総額
2 term 返済期間
3 interest_rate 金利
4 grade グレード
5 employment_length 勤続年数
6 purpose 借入の目的
7 credit_score 信用スコア
8 application_type 借入時の申請方式
9 loan_status 返済状況(目的変数)
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

サンプルファイル(submit.csv)
サンプルの予測結果が入力された投稿用ファイルのフォーマット
カラムヘッダ名称データ型説明
0無しintインデックスとして使用
1無しint貸し倒れたかどうか(ChargedOff=1、FullyPaid=0)

投稿方法
応募用サンプルファイルのフォーマットに倣い、1列目に評価用データの"id"を、2列目に予測した"貸し倒れたかどうか(ChargedOff=1、FullyPaid=0)"を記入したファイルを作成し、ヘッダ無しのcsv形式で投稿ください。