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

more visualizations #134

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 36 additions & 3 deletions student.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,47 @@
"* Blog post URL:\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Business Understanding\n",
"\n",
"King County has witnessed a vibrant real estate market. The housing market in this county is competitive and homeowners looking to buy or sell properties frequently seek guidence from local estate agencies. One of the key services they provide is advising homeowners on how renovations can potentially increase the value of their homes before listing them on the market. However, the agency faces the challenge of accurately quantifying the impact of various renovation features on the selling price of homes in the county. To address this challenge, the agency seeks to leverage data analysis and regression modeling to provide homeowners with informed recommendations on which renovations are likely to yield the highest returns.\n",
"\n",
"### Business Problem: \n",
"Having the right price for properties is important for real estate companies. It's not just about making sellers happy by getting them a good deal, but also about making buyers feel like they're getting a fair price. When a company consistently prices properties accurately, it builds trust in the community. People know they can rely on that company because they're transparent and fair.\n",
"\n",
"The goal in this project is to analyze the relationship between various home features and sale price of the houses in KIng County. The aim is to provide insights and advice to stakeholders in the real estate industry about how they can improve their returns on investments by focusing on the features that have the most significant impact on the sale price of the houses.\n",
"\n",
"### Objective\n",
"1:\n",
"\n",
"To determine the relationship between the square footage of the house and the sale price of the houses in the county.\n",
"\n",
"2:\n",
"\n",
"To examine the relationship between the overall grade of the house and the sale price of the houses in a King county.\n",
"\n",
"3:\n",
"\n",
"To explore the relationship between the year built and the sale price of the houses in a King county.\n",
"\n",
"4:\n",
"\n",
"To investigate the relationship between the number of bedrooms and the sale price of the houses in a King county.\n",
"\n",
"\n",
"### Goal\n",
"This analysis will be guiding the real estate on the impact of various property attributes on their pricing structure. The analysis aims to offer a clear understanding of how property attributes collectively influence the estimated value of homes, enabling strategic decision for optimal return on investment.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Your code here - remember to use markdown cells for comments as well!"
]
"source": []
}
],
"metadata": {
Expand Down