-
Notifications
You must be signed in to change notification settings - Fork 72
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
Added Car price Prediction #144
base: master
Are you sure you want to change the base?
Conversation
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.
Model details function missing. Either add it in the notebook or in the model.py file.
ok |
I have added model_details() in notebook once check and verify and also there were no chages made in |
Can you verify |
i have made necessary changes once check |
i would like to contribute @yashasvini121 |
Description
This PR adds a new Car Price Predictor section to the Streamlit application within the Predictive Calc project. The new section provides users with insights into the features used for predicting car prices and includes relevant information about the dataset and input variables.
Issue Resolved
This PR resolves #90 .
Changes Made
Screenshots
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.