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) 72.18000000000001 MB
評価用データ (test.csv) 23.77 MB
応募用サンプルファイル (sample_submit.csv) 151.99 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)
カラムヘッダ名称データ型説明
0idintインデックスとして使用
1accommodatesint収容可能人数
2amenitiescharアメニティ
3bathroomsfloat風呂数
4bed_typecharベッドの種類
5bedroomsfloatベッドルーム数
6bedsfloatベッド数
7cancellation_policycharキャンセルポリシー
8citychar都市
9cleaning_feeintクリーニング料金を含むか
10descriptionchar説明
11first_reviewchar最初のレビュー日
12host_has_profile_picintホストの写真があるかどうか
13host_identity_verifiedintホストの身元確認が取れているか
14host_response_ratecharホストの返信率
15host_sincecharホストの登録日
16instant_bookablechar即時予約可能か
17last_reviewchar最後のレビュー日
18latitudefloat緯度
19longitudefloat経度
20namechar物件名
21neighbourhoodchar近隣情報
22number_of_reviewsintレビュー数
23property_typechar物件の種類
24review_scores_ratingfloatレビュースコア
25room_typechar部屋の種類
26thumbnail_urlcharサムネイル画像リンク
27zipcodeint郵便番号
28yfloat宿泊価格
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

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

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