Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Geospatial Data Science: Statistics and Machine Learning I
Rating: 4.3 out of 5(96 ratings)
1,024 students

Geospatial Data Science: Statistics and Machine Learning I

Vector data analysis in Python with GeoPandas, statsmodels, Scikit-learn, and PySAL
Created byMichael Miller
Last updated 3/2021
English

What you'll learn

  • Basic concepts of statistical modeling
  • Pandas tools for data preparation
  • Feature engineering methods
  • Linear Regression
  • Logistic Regression
  • Other supervised classification methods
  • Unsupervised classification methods
  • Non-parametric regression

Course content

12 sections59 lectures12h 6m total length
  • Introduction6:37
  • What is machine learning?5:20

    Explore how machine learning uses training data to build predictive models and differs from statistics in drawing population inferences. Geospatial land use classification uses elevation and distance from a city.

  • About this course8:50

Requirements

  • You should be familiar with Python, GeoPandas, and Jupyter Notebooks and have a working environment. This knowledge can be gained through my courses "Survey of Python for GIS applications" and "Geospatial Data Science with Python: GeoPandas"
  • You should have some familiarity with basic statistics, especially Linear Regression.

Description

In this course I demonstrate open source python packages for the analysis of vector-based geospatial data.  I use Jupyter Notebooks as an interactive Python environment.  GeoPandas is used for reading and storing geospatial data, exploratory data analysis, preparing data for use in statistical models (feature engineering, dealing with outlier and missing data, etc.), and simple plotting.  Statsmodels is used for statistical inference as it provides more detail on the explanatory power of individual explanatory variables and a framework for model selection.  Scikit-learn is used for machine learning applications as it includes many advanced machine learning algorithms, as well as tools for cross-validation, regularization, assessing model performance, and more.

This is a project-based course.  I use real data related to biodiversity in Mexico and walk through the entire process, from both a statistical inference and machine learning perspective.  I use linear regression as the basis for developing conceptual understanding of the methodology and then also discuss Poisson Regression, Logistic Regression, Decision trees, Random Forests, K-NN classification, and unsupervised classification methods such as PCA and K-means clustering.

Throughout the course, the focus is on geospatial data and special considerations for spatial data such as spatial joins, map plotting, and dealing with spatial autocorrelation.   

Important concepts including model selection, maximum likelihood estimation, differences between statistical inference and machine learning and more are explained conceptually in a manner intended for geospatial professionals rather than statisticians.

Who this course is for:

  • Geospatial professionals who are interested in learning more about the machine learning tools for vector data in the Python geospatial stack.