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) 206.01 KB
評価用データ (test.tsv) 198.1 KB
応募用サンプルファイル (sample_submit.csv) 31.2 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インデックスとして使用
1Ychar毒キノコか否か(毒キノコ=p, 食用キノコ=e)
2cap-shapechar傘形状(ベル型=b, 円錐型=c, 饅頭型=x, 扁平型=f, コブ型=k, 凹んだ扁平型=s)
3cap-surfacechar傘表面(繊維=f, 溝=g, 鱗片=y, 滑らか=s)
4cap-colorchar傘の色(ブラウン=n, バフ=b, シナモン=c, グレー=g, グリーン=r, ピンク=p, パープル=u, レッド=e, ホワイト=w, イエロー=y)
5bruiseschar斑点(斑点あり=t, 斑点なし=f)
6odorchar臭気(アーモンド=a, アニス=l, クレオソート=c, フィッシュ=y, ファウル=f, ミューズイ=m, なし=n, 辛味=p, スパイシー=s)
7gill-attachmentcharひだの付き方(直生=a, 垂生=d, 離生=f, 凹生=n)
8gill-spacingcharひだの間隔(近い=c, 過密=w, 長い=d)
9gill-sizecharひだのサイズ(広い=b, 狭い=n)
10gill-colorcharひだの色(ブラック=k, ブラウン=n, バフ=b, チョコレート=h, グレー=g, グリーン=r, オレンジ=o, ピンク=p, パープル=u, レッド=e, ホワイト=w, イエロー=y)
11stalk-shapechar柄の形状(広がり=e, 先細り=t)
12stalk-rootchar柄の根(球根=b, クラブ=c, カップ=u, 等しい=e 根茎形態=z, 根=r, 無し=?)
13stalk-surface-above-ringchar柄表面-上記リング(繊維状=f, 鱗片状=y, 絹毛=k, 滑らか=s)
14stalk-surface-below-ringchar柄-表面下のリング(繊維状=f, 鱗片状=y, 絹毛=k, 滑らか=s)
15stalk-color-above-ringchar柄の色-上記リング(ブラウン=n, バフ=b, シナモン=c, グレー=g, オレンジ=o, ピンク=p, 赤=e, 白=w, 黄色=y)
16stalk-color-below-ringchar柄-カラーリング下(ブラウン=n, バフ=b, シナモン=c, グレー=g, オレンジ=o, ピンク=p, 赤=e, 白=w, 黄色=y)
17veil-typecharつぼの種類(内皮膜=p, 外皮膜=u)
18veil-colorcharつぼの色(ブラウン=n, オレンジ=o, ホワイト=w, イエロー=y)
19ring-numbercharつばの数(none=n, one=o, two=t)
20ring-typecharつばの種類(クモの巣状=c, 消失性=e, 炎のような=f, 大きな=l, 無し=n, 垂れた=p, 鞘=s, 環帯=z)
21spore-print-colorchar胞子の色(ブラック=k, ブラウン=n, バフ=b, チョコレート=h, グリーン=r, オレンジ=o, パープル=u, ホワイト=w, イエロー=y)
22populationchar集団形成方法(大多数=a, 群れを成して=c, 多数=n, 分散=s, 数個=v, 孤立=y)
23habitatchar生息地(牧草=g, 葉=1, 牧草地=m, 小道=p, 都市=u, 廃棄物=w, 森=d)
※黄色く色付けされた変数が目的変数です(評価用データには含まれません)

応募用サンプルファイル(sample_submit.csv)
サンプルの予測結果が入力された投稿用ファイルのフォーマット
カラムヘッダ名称データ型説明
0無しintインデックスとして使用
1無しchar予測結果(毒キノコ=p, 食用キノコ=e)

投稿方法
応募用サンプルファイルのフォーマットに倣い、1列目に評価用データの"id"を、2列目に予測した"Y"(毒キノコ=p, 食用キノコ=e)を記入したファイルを作成し、ヘッダ無しのcsv形式で投稿ください。