Baselight

Prediction Of Poisonous Mushrooms Cleaned

Playground Series - Season 4, Episode 8 Cleaned Dataset

@kaggle.blade007_prediction_of_poisonous_mushrooms_cleaned

Training Set
@kaggle.blade007_prediction_of_poisonous_mushrooms_cleaned.training_set

  • 168.33 MB
  • 3116945 rows
  • 30 columns
id

Id

class

Class

cap_diameter

Cap-diameter

cap_shape

Cap-shape

cap_surface

Cap-surface

cap_color

Cap-color

does_bruise_or_bleed

Does-bruise-or-bleed

gill_attachment

Gill-attachment

gill_spacing

Gill-spacing

gill_color

Gill-color

stem_height

Stem-height

stem_width

Stem-width

stem_root

Stem-root

stem_surface

Stem-surface

stem_color

Stem-color

veil_type

Veil-type

veil_color

Veil-color

has_ring

Has-ring

ring_type

Ring-type

spore_print_color

Spore-print-color

habitat

Habitat

season

Season

log_cap_diameter

Log-cap-diameter

log_stem_height

Log-stem-height

log_stem_width

Log-stem-width

stem_area

Stem Area

stem_volume

Stem Volume

cap_area

Cap Area

stem_cap_ratio

Stem Cap Ratio

stem_shape

Stem Shape

8.8fsOtherfacw4.5115.39_NA__NA_w_NA__NA_ff_NA_da2.28238238567652641.7065646231648232.7966713927557384.254319675628156.7333598094746444.1242468940185460.41376391092285941.4844225782158598
114.51xhofacn4.796.48_NA_yOther_NA__NA_tOther_NA_dw1.7065646231648231.75613229158490382.0122327919863863.4669601530994195.0687173090533512.8317462203163330.72371724664462330.8556139166288611
26.94fsOtherfxcw6.859.93_NA_sn_NA__NA_ff_NA_lw2.07191327525904432.0605135317943172.3915113021884474.2344035619206386.2756884007386143.65913141076961420.68664191728649730.8959390487649261
33.88fygfs_NA_g4.166.53_NA__NA_w_NA__NA_ff_NA_du1.58514521986505551.64093657949347142.0188950418118023.3380729713095714.9439166325591842.55129487409523660.72859392955569290.943793650763782
45.85xOtherwfd_NA_w3.378.36_NA__NA_w_NA__NA_ff_NA_ga1.92424865227413361.47476300910749882.23644529048950073.37325047961120465.22565645958791253.32784820118440240.45493337632473731.2472369183011136
514.3xtnfscn5.918.2_NA__NA_w_NA_OthertOther_NA_da1.6677068205580761.93296963777957842.21920348405499463.90120469799226655.7465485606548512.74225914818340580.86475260947705750.8702379344467157
69.65OtherywfecOther19.0712.69_NA_sw_NA__NA_tOther_NA_gw2.3655598921554342.99922616280824662.61666563930035735.4930544474313047.7885950284404064.3059314649211231.0906358288291290.5100912167666073
714.55xOtherefa_NA_y8.319.77_NA__NA_y_NA_wtOther_NA_da1.7137979277583432.2310890912889762.3767644911682974.409017823025956.4361319448607412.8483746216473331.03899448584661420.7773467460966736
817.36fhefxdw5.7717.13b_NA_w_NA__NA_ff_NA_da2.12345842709661041.91250108692418362.89756802476675954.6035699062231797.19352195032006853.7737880966389220.57883975557391991.3784648300401858
96.45xtnfadw7.1312.77_NA__NA_Other_NA__NA_ff_NA_da2.0082140323914682.09556092355971922.62249231274056354.5223329940446026.8180385623171423.51674167892365030.7445179913228691.026408497304242

CREATE TABLE training_set (
  "id" BIGINT,
  "class" BIGINT,
  "cap_diameter" DOUBLE,
  "cap_shape" VARCHAR,
  "cap_surface" VARCHAR,
  "cap_color" VARCHAR,
  "does_bruise_or_bleed" VARCHAR,
  "gill_attachment" VARCHAR,
  "gill_spacing" VARCHAR,
  "gill_color" VARCHAR,
  "stem_height" DOUBLE,
  "stem_width" DOUBLE,
  "stem_root" VARCHAR,
  "stem_surface" VARCHAR,
  "stem_color" VARCHAR,
  "veil_type" VARCHAR,
  "veil_color" VARCHAR,
  "has_ring" VARCHAR,
  "ring_type" VARCHAR,
  "spore_print_color" VARCHAR,
  "habitat" VARCHAR,
  "season" VARCHAR,
  "log_cap_diameter" DOUBLE,
  "log_stem_height" DOUBLE,
  "log_stem_width" DOUBLE,
  "stem_area" DOUBLE,
  "stem_volume" DOUBLE,
  "cap_area" DOUBLE,
  "stem_cap_ratio" DOUBLE,
  "stem_shape" DOUBLE
);

Share link

Anyone who has the link will be able to view this.