Skip to content

Commit 44f4e55

Browse files
authored
Create README.md
1 parent e094555 commit 44f4e55

File tree

1 file changed

+24
-0
lines changed
  • Classification Models/Spatial clustering and hot spot analysis

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# **Spatial Clustering and Hot Spot Analysis** 🍅
2+
3+
### 🎯 Goal
4+
5+
"To identify spatial clusters and statistically significant hot spots in geographical data, enabling the detection of patterns, trends, and anomalies for informed decision-making.
6+
7+
### 🧵 Dataset : [LINK](https://github.com/Archi20876/machine-learning-repos/blob/main/Classification%20Models/Spatial%20clustering%20and%20hot%20spot%20analysis/synthetic_spatial_data.csv)
8+
9+
10+
### 🧾 Description
11+
Spatial Cluster and Hot Spot Analysis are techniques used in geographic information systems (GIS) and spatial data analysis to identify patterns, concentrations, or anomalies in spatial data.
12+
13+
### 📚 Libraries Needed
14+
- pandas
15+
- numpy
16+
- geopandas
17+
- shapely.geometry.Point
18+
- sklearn.cluster.DBSCAN
19+
- esda.getisord.G
20+
- libpysal.weights.DistanceBand
21+
- matplotlib.pyplot
22+
23+
24+
## EDA Result 👉 [ Spatial Cluster and Hot Spot Analysis.ipynb](https://github.com/Archi20876/machine-learning-repos/blob/main/Classification%20Models/Spatial%20clustering%20and%20hot%20spot%20analysis/Spatial_clustering_and_hot_spot_analysis_.ipynb)

0 commit comments

Comments
 (0)