Data Analysis on NASA's Fire Dataset to locate the Agricultural Fire Incidents in Telangana #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This project covers the task to locate the 'Agricultural Burnings' that are occurring in Telangana, India. This first part of the project was to clean the data and to convert the Latitudes and Longitudes to the 'Districts'. In doing all this may pandas features were used like 'Groupby', 'Geocode', 'Geopy' etc. In the second part of the project, we used Clustering Algorithms like 'K-Means' and 'Silhouette' to cluster and determine the number of clusters. This method predicts that the Fire Dataset has '3' clusters. The are mainly 'Fire' and 'Smoke'. This is essentially an Unsupervised Leaning problem.