RSS Amplifier

Dr. Juan Camilo Orduz · Jul 5, 2023

Time-Varying Regression Coefficients via Hilbert Space Gaussian Process Approximation

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

In this notebook we present an example of a regression model with time varying coefficients using Gaussian processes. In particular, we use a Hilbert space Gaussian process approximation in pymc to speed up the computations (see HSGP ). We continue using the bikes dataset from the previous posts ( Exploring Tools for Interpretable Machine Learning and Time-Varying Regression Coefficients via…

In this notebook we present an example of a regression model with time varying coefficients using Gaussian processes. In particular, we use a Hilbert space Gaussian process approximation in pymc to speed up the computations (see HSGP). We continue using the bikes dataset from the previous posts (Exploring Tools for Interpretable Machine Learning and Time-Varying Regression Coefficients via Gaussian Random Walk in PyMC). Please refer to those posts for more details on the dataset, EDA and base models. In essence, we are trying to model bike count rentals as a function of meteorological variables and seasonality. We are particularly interested in the marginal effect of temperature on bike rentals, which we expect to be non-linear.

Read on /bikes_gp/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.