Baselight

Laptop Price Prediction

Predict the price of laptops according to their features

@kaggle.mrsimple07_laptoppriceprediction

Loading...
Loading...

About this Dataset

Laptop Price Prediction

The dataset emulates laptop prices, capturing various features commonly associated with laptops and their corresponding simulated prices. The dataset encompasses key attributes such as brand, processor speed, RAM size, storage capacity, screen size, and weight.

Tables

Laptop Price

@kaggle.mrsimple07_laptoppriceprediction.laptop_price
  • 42.54 KB
  • 1000 rows
  • 7 columns
Loading...

CREATE TABLE laptop_price (
  "brand" VARCHAR,
  "processor_speed" DOUBLE,
  "ram_size" BIGINT,
  "storage_capacity" BIGINT,
  "screen_size" DOUBLE,
  "weight" DOUBLE,
  "price" DOUBLE
);

Share link

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