Skip to contents

Data

Example datasets included with the package, used to demonstrate and test deweathering functions.

aqroadside
Example air quality monitoring data for openair

Build

Core functions for tuning and fitting deweathering models, including parameter tuning, model construction and adding derived variables.

tune_dw_model()
Tune a deweather model
build_dw_model()
Build a Deweather Model
append_dw_vars()
Conveniently append common 'deweathering' variables to an air quality time series

Examine

Methods to examine a deweathering model; currently ‘getters’ to extract specific features of a built model.

Visualise

Functions for visualizing model components and relationships, including variable importance and partial dependence plots.

plot_dw_importance()
Visualise deweather model feature importance
plot_dw_partial_1d()
Create partial dependence plots for deweather models
plot_dw_partial_2d()
Create a 2-way partial dependence plot for deweather models

Predict

Functions to apply a deweathering model for prediction.

predict_dw()
Use a deweather model to predict with a new dataset
simulate_dw_met()
Function to run random meteorological simulations on a deweather model