Baselight

Классификация Мобильных Цен

Боб основал собственную мобильную компанию. Он хочет дать жесткий бой таким круп

@kaggle.abdelsalam112_phone_price_classification

Train
@kaggle.abdelsalam112_phone_price_classification.train

  • 59.76 KB
  • 2000 rows
  • 21 columns
battery_power

Battery Power

blue

Blue

clock_speed

Clock Speed

dual_sim

Dual Sim

fc

Fc

four_g

Four G

int_memory

Int Memory

m_dep

M Dep

mobile_wt

Mobile Wt

n_cores

N Cores

pc

Pc

px_height

Px Height

px_width

Px Width

ram

Ram

sc_h

Sc H

sc_w

Sc W

talk_time

Talk Time

three_g

Three G

touch_screen

Touch Screen

wifi

Wifi

price_range

Price Range

8422.2170.618822207562549971911
102110.511530.713636905198826311737112
56310.5121410.9145561263171626031129112
61512.5100.8131691216178627691681112
182111.2131440.61412141208121214118215111
18590.513220.7164171004165410671711011
18211.741100.81398103811018322013818113
19540.51240.8187551211497001635111
144510.5530.71747143868361099171201
50910.612190.193515113712245131910121

CREATE TABLE train (
  "battery_power" BIGINT,
  "blue" BIGINT,
  "clock_speed" DOUBLE,
  "dual_sim" BIGINT,
  "fc" BIGINT,
  "four_g" BIGINT,
  "int_memory" BIGINT,
  "m_dep" DOUBLE,
  "mobile_wt" BIGINT,
  "n_cores" BIGINT,
  "pc" BIGINT,
  "px_height" BIGINT,
  "px_width" BIGINT,
  "ram" BIGINT,
  "sc_h" BIGINT,
  "sc_w" BIGINT,
  "talk_time" BIGINT,
  "three_g" BIGINT,
  "touch_screen" BIGINT,
  "wifi" BIGINT,
  "price_range" BIGINT
);

Share link

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