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.

Attributes

coef_

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