Closed Sai-ganesh-0004 closed 1 month ago
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 form_handler
and page_handler
)
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
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