INNER CODE UNIT · Python
__init__
DoubleML/doubleml-for-py · doubleml/data/__init__.py:22
def __init__(
self,
data,
y_col,
d_cols,
cluster_cols,
x_cols=None,
z_cols=None,
t_col=None,
s_col=None,
use_other_treat_as_covariate=True,
force_all_x_finite=True,
):
warnings.warn(
"DoubleMLClusterData is deprecated and will be removed with version 0.12.0. "
"Use DoubleMLData with cluster_cols instead.",
FutureWarning,
stacklevel=2,