Laptop Price Prediction Using Specifications 💻
Predict the prices of laptop using different features and specifications.
@kaggle.arnabchaki_laptop_price_prediction
Predict the prices of laptop using different features and specifications.
@kaggle.arnabchaki_laptop_price_prediction
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
);
Anyone who has the link will be able to view this.