ScikitLearnAdaptor#

class causalpy.skl_models.ScikitLearnAdaptor[source]#

Base class for scikit-learn models that can be used for causal inference.

Methods

ScikitLearnAdaptor.get_coeffs()

Get the coefficients of the model as a numpy array.

ScikitLearnAdaptor.print_coefficients(labels)

Print the coefficients of the model with the corresponding labels.

Attributes

coef_

__init__()#
classmethod __new__(*args, **kwargs)#