mlscvitpune / Used-Car-Price-Predictor

A repo for Hacktoberfest event - ML
1 stars 9 forks source link

Closes #4: Lasso Model Added #21

Open Atharva-D opened 2 years ago

Atharva-D commented 2 years ago

Please Label it as Hacktoberfest accepted.

Description

I have added a Lasso Regression model for the used car price prediction. Kindly review it and merge it.

Fixes 4 (Add a ridge/lasso model) image

Type of change

Please delete options that are not relevant.

Checklist:

Manomay15 commented 2 years ago

Please save the model in a pkl file and add it app.py for it to show the prediction. An example of how other models are loaded is pasted below

image

Also, no need to commit the python file