We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cf747 commit 6346755Copy full SHA for 6346755
causal_testing/testing/causal_test_result.py
@@ -1,7 +1,5 @@
1
"""This module contains the CausalTestResult class, which is a container for the results of a causal test."""
2
3
-import pandas as pd
4
-
5
from causal_testing.estimation.abstract_estimator import Estimator
6
from causal_testing.estimation.effect_estimate import EffectEstimate
7
0 commit comments