3 projects
mechanism-learn
Mechanism-learn is a simple method which uses front-door causal bootstrapping to deconfound observational data such that any appropriate machine learning model is forced to learn predictive relationships between effects and their causes (reverse causal inference), despite the potential presence of multiple unknown and unmeasured confounding. The library is compatible with most existing ML deployments such as models built with Scikit-learn and Keras.
CausalBootstrapping
CausalBootstrapping is an easy-access implementation and extension of causal bootstrapping (CB) technique for causal analysis. With certain input of observational data, causal graph and variable distributions, CB resamples the data by adjusting the variable distributions which follow intended causal effects.
PFFRA
An Interpretable Machine Learning technique to analyse the contribution of features in the frequency domain. This method is inspired by permutation feature importance analysis but aims to quantify and analyse the time-series predictive model's mechanism from a global perspective.