Skip to content

Conversation

@sravanioleti
Copy link

Closes: #335

Describe the add-ons or changes you've made 📃

This PR adds a new, self-contained House Price Prediction project under src/HousePricePrediction/.

The module includes:

  1. housePricePrediction.py: A robust training and evaluation script using scikit-learn (Linear Regression and Random Forest).
  2. requirements.txt: Minimal dependencies for the project.
  3. README.md: Instructions for local setup and links to the full Ames Housing dataset.
  4. examples/sample_house_data.csv: A small, committable sample CSV for smoke testing (per contribution guidelines).

Type of change ☑️

  • My code follows the code style of this project.
  • Bug fix
  • New feature
  • Code style update (formatting, local variables)
  • Documentation update (README.md, setup instructions)
  • Database update

Note to reviewers 📄

The core logic is contained within the single housePricePrediction.py file. Please verify that the housePricePrediction() function executes correctly when run with the provided small sample CSV. The code will output metrics for both Linear Regression and Random Forest models.

This contribution is intended for Hacktoberfest and gssoc2025.

@github-actions
Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Member

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sravanioleti This will works, But properly follow the guidelines mentioned in README.md file and in #113

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📃: House Price Prediction

2 participants