Baselight

Prediction Of Poisonous Mushrooms Cleaned

Playground Series - Season 4, Episode 8 Cleaned Dataset

@kaggle.blade007_prediction_of_poisonous_mushrooms_cleaned

Testing Set
@kaggle.blade007_prediction_of_poisonous_mushrooms_cleaned.testing_set

  • 113.36 MB
  • 2077964 rows
  • 29 columns
id

Id

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

31169458.64x_NA_nt_NA__NA_w11.1317.12b_NA_wuwtOther_NA_da2.2659211086224542.4956817229559592.89701630061483335.2551259003790477.8489646632764364.0881530801327950.82776305436656130.9314492923049964
31169466.9Othertof_NA_cy1.2710.75_NA__NA_n_NA__NA_ff_NA_da2.0668627594729760.81977983149331142.4638532405901682.6846109693684474.7559019185316843.647870112861850.16894749726869782.2475550286365613
31169472bgnf_NA_cn6.183.14_NA__NA_n_NA__NA_ff_NA_dOther1.09861228866810961.97129938306013291.4206957878372233.01578977032896983.88888003083434651.42108041279429261.40854497005471040.4108443572279004
31169483.47xtnfscn4.988.51_NA__NA_w_NA_OthertOther_NA_du1.49738840862547741.78842056796254052.2523438765572993.7699938949685525.6498734654064282.3472621189057590.89001184741031470.9965187791831028
31169496.17xhyfp_NA_y6.7313.7_NA__NA_y_NA_OthertOther_NA_du1.9699056546115292.04510886259933062.68784749378469064.53475845124771756.9008098110324953.4307317221987250.737528473450331.1104292651728942
31169504.43xhnfxcn5.365.5_NA_sn_NA__NA_tOther_NA_da1.69193913394584381.85002837735203071.87180217690159163.41707073081844564.8547177292386112.7980956627397090.79296187248537490.7061223394230788
31169512.92xdnfp_NA_Other4.8310.27_NA__NA_y_NA__NA_ff_NA_da1.3660916538023711.7630170003624012.4221443280516853.924032600678845.9942322435248642.04078112858011940.97610922708506521.1398482761563973
31169522.59Other_NA_OtherfOtherOtherOther2.7312.71_NA_OtherOther_NA__NA_ff_NA_da1.27815220250018771.3164082336557242.6181254935742233.5751030686041525.8503982084929081.83554178485261920.71981542764210671.7326599353997616
31169534.13xtofacn5.366.59_NA_yOther_NA__NA_tOther_NA_dw1.6351056591826781.85002837735203072.02683159140753853.59243463084510635.2139611300526492.666982199467320.83196120564889520.8017673032948089
311695411.91fOtherOtherf_NA_cOther5.3220.2_NA__NA_w_NA__NA_tf_NA_da2.5580022048585511.8437192081587663.05400118167796644.686418320688617.4418604024024874.722128323477670.36927366717262951.567989155123036

CREATE TABLE testing_set (
  "id" 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.