Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahgift/real_estate_ml
Machine Learning for Real Estate
https://github.com/noahgift/real_estate_ml
jupyter-notebook knn machine-learning pandas plotly python real-estate scikit-learn unsupervised-learning
Last synced: 1 day ago
JSON representation
Machine Learning for Real Estate
- Host: GitHub
- URL: https://github.com/noahgift/real_estate_ml
- Owner: noahgift
- Created: 2017-11-13T12:33:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T22:56:11.000Z (11 days ago)
- Last Synced: 2025-01-10T23:28:25.936Z (11 days ago)
- Topics: jupyter-notebook, knn, machine-learning, pandas, plotly, python, real-estate, scikit-learn, unsupervised-learning
- Language: Jupyter Notebook
- Size: 32.5 MB
- Stars: 75
- Watchers: 16
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎓 Pragmatic AI Labs | Join 1M+ ML Engineers
### 🔥 Hot Course Offers:
* 🤖 [Master GenAI Engineering](https://ds500.paiml.com/learn/course/0bbb5/) - Build Production AI Systems
* 🦀 [Learn Professional Rust](https://ds500.paiml.com/learn/course/g6u1k/) - Industry-Grade Development
* 📊 [AWS AI & Analytics](https://ds500.paiml.com/learn/course/31si1/) - Scale Your ML in Cloud
* ⚡ [Production GenAI on AWS](https://ds500.paiml.com/learn/course/ehks1/) - Deploy at Enterprise Scale
* 🛠️ [Rust DevOps Mastery](https://ds500.paiml.com/learn/course/ex8eu/) - Automate Everything### 🚀 Level Up Your Career:
* 💼 [Production ML Program](https://paiml.com) - Complete MLOps & Cloud Mastery
* 🎯 [Start Learning Now](https://ds500.paiml.com) - Fast-Track Your ML Career
* 🏢 Trusted by Fortune 500 TeamsLearn end-to-end ML engineering from industry veterans at [PAIML.COM](https://paiml.com)
# real_estate_ml
Machine Learning for Real EstateYou may want to run jupyter in this mode:
```
jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000
```## Zillow API Sign Up
To sign up for the zillow api:
https://www.zillow.com/howto/api/APIOverview.htm
## Download Zillow
Zillow data can be downloaded from site here:
https://www.zillow.com/research/data/# Exploratory Data Analysis
* [Jupyter Notebook with Plotly Integration doing Zillow Data Exploration](https://github.com/noahgift/real_estate_ml/blob/master/notebooks/explore_zillow_data_sets.ipynb)
# Plotly Graphs
* [Plotly Interactive Chart: 30 Year History of Real Estate USA](https://plot.ly/~ngift/9/)
![30 Year History of Real Estate USA](https://user-images.githubusercontent.com/58792/33234951-e89a4d86-d1e3-11e7-94bc-6ca8ce336104.png)
* [Plotly Interactive Chart: Bay Area Median Prices Single Family Homes](https://plot.ly/~ngift/7/)
![Bay Area Median Prices Single Family Homes](https://user-images.githubusercontent.com/58792/33234931-90cfd350-d1e3-11e7-94d4-61e6e7ed11d0.png)