Used Car Price Prediction
predict the selling price of used cars with high accuracy using decision tree
@kaggle.pushpakhinglaspure_used_car_price_prediction
predict the selling price of used cars with high accuracy using decision tree
@kaggle.pushpakhinglaspure_used_car_price_prediction
CREATE TABLE cardekho_data (
"car_name" VARCHAR,
"year" BIGINT,
"selling_price" DOUBLE,
"present_price" DOUBLE,
"kms_driven" BIGINT,
"fuel_type" VARCHAR,
"seller_type" VARCHAR,
"transmission" VARCHAR,
"owner" BIGINT
);
Anyone who has the link will be able to view this.