Descriptive analysis of Airbnb data from Seattle, Boston
- collections
- matplotlib
- numpy
- pandas
- scipy
- seaborn
- sklearn
- warnings
- Python 3.7
- Anoconda 1.9.7
- Jupyter 6.0.0
Business Understanding: This data contain a lot of parameters related to Boston and Seattle Airbnb data.
- I will use the data to find out some main factors that affect the price
- Find a good model to predict the socre
- What should a host do to improve the score(review_scores_rating) of his house from this model;
Major file is a Notebook for Analyzing airbnb data for Boston and Seattle.
finalized_model.sav: the decision tree regressor we obtained with all features
deploy_model.sav: model with only 9 features
airbnb_regressor: dot file that shows structure of decision tree regressor