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 bffe827 commit fbfe76aCopy full SHA for fbfe76a
causal_testing/surrogate/causal_surrogate_assisted.py
@@ -3,12 +3,11 @@
3
from abc import ABC, abstractmethod
4
from dataclasses import dataclass
5
from typing import Callable
6
-
+import pandas as pd
7
from causal_testing.data_collection.data_collector import ObservationalDataCollector
8
from causal_testing.specification.causal_specification import CausalSpecification
9
from causal_testing.testing.base_test_case import BaseTestCase
10
from causal_testing.testing.estimators import CubicSplineRegressionEstimator
11
-import pandas as pd
12
13
@dataclass
14
class SimulationResult:
0 commit comments