Skip to content

brunalimap/project_house_rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics House Rocket

1.0 Summary

2.0 Context

This dataset contains house sale prices for King County, which includes Seattle. It includes homes sold between May 2014 and May 2015. It's a great dataset for evaluating simple regression models.

3.0 Business Challenge

The purpose of this streamlit is to demonstrate some analysis of a data set of the company House Rocket. This data set has houses sold in the years 2014 to 2015. The CEO asked him to carry out some analysis to present to the business team, being these questions.

  1. What properties should House Rocket buy and at what price?
  2. Once the property is purchased, when is the best time to sell it and at what price?

4.0 Solution Strategy:

Step 01. Data collection: Download dataset from the Kaggle website and collect geographic locations with the API.

Step 02. Description of the data: In this stage the objective is to use statistical metrics to identify data outside the scope of the business.

Step 03. Feature Engineering: derive new attributes based on the original variables to better define the phenomenon.

Step 04. Exploratory Data Analysis: For this step, the objective is to explore the data to better understand the impact of variables on model learning and find insights.

Step 05. Data presentation: Created a dashboard using streamlit.

5.0 Solution

- Who is the project stakeholder? House Rocket's CEO

Used tools?

  • Python 3.8
  • Jupyter Notebook
  • Visual code

- Final product? Dashboard in the streamlit, where the CEO can access the analysis and simulate the purchase of a house.

- What is the format?

  • Problem type? Data analysis
  • How we will deliver? Dashboard at streamlit

6.0 Conclusion

In this project, I acquired some knowledge such as creating hypotheses of business, collecting data from an API, building a page in the streamlit and manipulating the data.

7.0 Next steps:

  • Add requirements.txt
  • Record video of the solution
  • Conclusion Project
  • Translate the notebook

8.0 References

About

The objective of this project is to demonstrate the some insights of a dataset for a fictitious company in the field of real houses sales

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors