kangaroooh / Crime-Prediction

Crime Prediction Using Hotel Reviews
MIT License
1 stars 1 forks source link

Visualizing Hotel data on the map #4

Closed kangaroooh closed 5 years ago

kangaroooh commented 5 years ago
  1. Now that you have developed the linguistic features as new variables in your pandas.DataFrame, you can start exploring the spatial dimensions of your data by visualizing your structured data on the map. Are your observations independent and identically distributed? You can measure spatial auto-correlation to find out. You can get inspiration from this spatial clustering tutorial: (http://darribas.org/gds_scipy16/ipynb_md/07_spatial_clustering.html).