Baselight

Laptop Price Prediction Using Specifications 💻

Predict the prices of laptop using different features and specifications.

@kaggle.arnabchaki_laptop_price_prediction

Laptops Train
@kaggle.arnabchaki_laptop_price_prediction.laptops_train

  • 31.56 KB
  • 977 rows
  • 13 columns
manufacturer

Manufacturer

model_name

Model Name

category

Category

screen_size

Screen Size

screen

Screen

cpu

CPU

ram

RAM

n__storage

Storage

gpu

GPU

operating_system

Operating System

operating_system_version

Operating System Version

weight

Weight

price

Price

AppleMacBook ProUltrabook13.3"IPS Panel Retina Display 2560x1600Intel Core i5 2.3GHz8GB128GB SSDIntel Iris Plus Graphics 640macOSnan1.37kg11912523.48
AppleMacbook AirUltrabook13.3"1440x900Intel Core i5 1.8GHz8GB128GB Flash StorageIntel HD Graphics 6000macOSnan1.34kg7993374.48
HP250 G6Notebook15.6"Full HD 1920x1080Intel Core i5 7200U 2.5GHz8GB256GB SSDIntel HD Graphics 620No OSnan1.86kg5112900
AppleMacBook ProUltrabook15.4"IPS Panel Retina Display 2880x1800Intel Core i7 2.7GHz16GB512GB SSDAMD Radeon Pro 455macOSnan1.83kg22563005.4
AppleMacBook ProUltrabook13.3"IPS Panel Retina Display 2560x1600Intel Core i5 3.1GHz8GB256GB SSDIntel Iris Plus Graphics 650macOSnan1.37kg16037611.2
AcerAspire 3Notebook15.6"1366x768AMD A9-Series 9420 3GHz4GB500GB HDDAMD Radeon R5Windows102.1kg3556800
AppleMacBook ProUltrabook15.4"IPS Panel Retina Display 2880x1800Intel Core i7 2.2GHz16GB256GB Flash StorageIntel Iris Pro GraphicsMac OSX2.04kg19028613.24
AppleMacbook AirUltrabook13.3"1440x900Intel Core i5 1.8GHz8GB256GB Flash StorageIntel HD Graphics 6000macOSnan1.34kg10303160.4
AsusZenBook UX430UNUltrabook14.0"Full HD 1920x1080Intel Core i7 8550U 1.8GHz16GB512GB SSDNvidia GeForce MX150Windows101.3kg13293540
AcerSwift 3Ultrabook14.0"IPS Panel Full HD 1920x1080Intel Core i5 8250U 1.6GHz8GB256GB SSDIntel UHD Graphics 620Windows101.6kg6846840

CREATE TABLE laptops_train (
  "manufacturer" VARCHAR,
  "model_name" VARCHAR,
  "category" VARCHAR,
  "screen_size" VARCHAR,
  "screen" VARCHAR,
  "cpu" VARCHAR,
  "ram" VARCHAR,
  "n__storage" VARCHAR,
  "gpu" VARCHAR,
  "operating_system" VARCHAR,
  "operating_system_version" VARCHAR,
  "weight" VARCHAR,
  "price" DOUBLE
);

Share link

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