Laptop Price Prediction
Predict the price of laptops according to their features
@kaggle.mrsimple07_laptoppriceprediction
Predict the price of laptops according to their features
@kaggle.mrsimple07_laptoppriceprediction
CREATE TABLE laptop_price (
"brand" VARCHAR,
"processor_speed" DOUBLE,
"ram_size" BIGINT,
"storage_capacity" BIGINT,
"screen_size" DOUBLE,
"weight" DOUBLE,
"price" DOUBLE
);
Anyone who has the link will be able to view this.