Variable SelectionΒΆ

The pyuplift.variable_selection module includes classes which belongs to variable selection group of approaches.

variable_selection.TwoModel([no_treatment_model, has_treatment_model]) A two model approach.
variable_selection.Econometric([model]) An econometric approach.
variable_selection.Dummy([model]) A dummy approach.
variable_selection.Cadit([model]) A cadit approach.