
Package index
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.
-
get_dw_pollutant()get_dw_vars()get_dw_params()get_dw_input_data()get_dw_model()get_dw_engine()get_dw_importance() - Getters for various deweather model features
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_dw() - Use a deweather model to predict with a new dataset
-
simulate_dw_met() - Function to run random meteorological simulations on a deweather model