Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Sai-ganesh-0004
Copy link

@Sai-ganesh-0004 Sai-ganesh-0004 commented Oct 14, 2024

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

  • Added a new section in the Streamlit app to predict car prices.
  • Included details about the dataset used for training the car price prediction model.
  • Provided descriptions of the input features relevant to car pricing.

Screenshots

image

image

image

image

image

image

Checklist

  • My code follows the current project structure
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages
  • The predict.py file includes a properly implemented model_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.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

Copy link
Owner

@yashasvini121 yashasvini121 left a 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.

@Sai-ganesh-0004
Copy link
Author

Model details function missing. Either add it in the notebook or in the model.py file.

ok

@Sai-ganesh-0004
Copy link
Author

Model details function missing. Either add it in the notebook or in the model.py file.

I have added model_details() in notebook once check and verify and also there were no chages made in models/gold_price_prediction/notebooks/Gold_Price_Prediction.ipynb i just took reference from it

@Sai-ganesh-0004
Copy link
Author

Can you verify

@Sai-ganesh-0004
Copy link
Author

i have made necessary changes once check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Car Price Prediction
2 participants