ScikitLearnAdaptor#
- class causalpy.skl_models.ScikitLearnAdaptor[source]#
Base class for scikit-learn models that can be used for causal inference.
Methods
Get the coefficients of the model as a numpy array.
Print the coefficients of the model with the corresponding labels.
Attributes
coef_- __init__()#
- classmethod __new__(*args, **kwargs)#