UK Optimal Product Price Prediction Dataset
Scraped dataset from Amazon UK, with price prediction in focus
@kaggle.asaniczka_uk_optimal_product_price_prediction
Scraped dataset from Amazon UK, with price prediction in focus
@kaggle.asaniczka_uk_optimal_product_price_prediction
This dataset contains product prices from Amazon UK, with a focus on price prediction. With a good amount of data on what price points sell the most, you can train machine learning models to predict the optimal price for a product based on its features and product name.
If you find this dataset useful, make sure to show your appreciation by upvoting! ❤️✨
This dataset is a superset of my Amazon UK product price dataset. Another inspiration is this competition that awareded 100K Prize Money
CREATE TABLE amz_uk_price_prediction_dataset (
"uid" BIGINT,
"asin" VARCHAR,
"title" VARCHAR,
"stars" DOUBLE,
"reviews" BIGINT,
"price" DOUBLE,
"isbestseller" BOOLEAN,
"boughtinlastmonth" BIGINT,
"category" VARCHAR
);
Anyone who has the link will be able to view this.