Used Car Price Prediction
Used Car Price Prediction Suitable For Regression Models.
@kaggle.ayaz11_used_car_price_prediction
Used Car Price Prediction Suitable For Regression Models.
@kaggle.ayaz11_used_car_price_prediction
CREATE TABLE car_web_scraped_dataset (
"name" VARCHAR,
"year" BIGINT,
"miles" VARCHAR,
"color" VARCHAR,
"condition" VARCHAR,
"price" VARCHAR
);
Anyone who has the link will be able to view this.