├── Data ├── train_2016_v2.csv └── zillow_data_dictionary.xlsx ├── LICENSE ├── README.md ├── Step 1-Exploratory_data_analysis.ipynb ├── Step 2a-Approach1.ipynb ├── Step 2a-Approach2.ipynb ├── Step 2a-Approach3.ipynb ├── Zillow Team Final Report.docx └── Zillow_Finalppt.pptx /Data/train_2016_v2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Data/train_2016_v2.csv -------------------------------------------------------------------------------- /Data/zillow_data_dictionary.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Data/zillow_data_dictionary.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Zillow-prediction-models 2 | -------------------------------------------------------------------------------- /Step 1-Exploratory_data_analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Step 1-Exploratory_data_analysis.ipynb -------------------------------------------------------------------------------- /Step 2a-Approach1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Step 2a-Approach1.ipynb -------------------------------------------------------------------------------- /Step 2a-Approach2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Step 2a-Approach2.ipynb -------------------------------------------------------------------------------- /Step 2a-Approach3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Step 2a-Approach3.ipynb -------------------------------------------------------------------------------- /Zillow Team Final Report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Zillow Team Final Report.docx -------------------------------------------------------------------------------- /Zillow_Finalppt.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eswar3/Zillow-prediction-models/HEAD/Zillow_Finalppt.pptx --------------------------------------------------------------------------------