-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Car Price Prediction #123
Car Price Prediction #123
Conversation
I guess you are still working on this, because your changes do not include the page for this model. |
I didnt understand what you are talking about, Can you please explain me |
Your work is not yet complete, and it’s important to follow the project structure. The goal is to create an interactive form on the website that lets users make predictions. (The form creation is mostly managed by Please check the tutorial and the project structure for help. If you have any queries, let me know. |
ok i got it |
I have updated pages.json , updated app.py, and also added car price predictor.py file . So now can you check once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the notebook and the saved model
Description
Implemented the Lasso Regression model for predicting car prices. The model includes preprocessing of the dataset, feature selection, and visualization of feature importance. Additionally, the code is structured into separate modules for better readability and maintainability.
Issue Resolved
This PR resolves #90 .
Changes Made
predict.py
for car price prediction.model.py
.Additional Details
This implementation improves the model's performance by optimizing feature selection through regularization.
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.Screenshots of the output