Baselight

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

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

@kaggle.abdelsalam112_phone_price_classification

Test
@kaggle.abdelsalam112_phone_price_classification.test

  • 44.33 KB
  • 1000 rows
  • 21 columns
id

Id

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

1104311.811450.11933162261412347612721
284110.5141610.81915127468573895671
3180712.81270.91863412701366239617101011
415460.51181250.5968202951752389310711
514341.4111490.51086187498101773158711
6146412.9151500.81988956993935061073111
717182.414711562312831374387314210
88332.41620.811112131218801495721811
9111112.9191250.610151955687634851191011
1015200.51250.51713205210096516511

CREATE TABLE test (
  "id" BIGINT,
  "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
);

Share link

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