You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Interrupted Time Series Analysis | InterruptedTimeSeries | ATE, Cumulative Treatment Effect | Binary | Continuous, Count[^2], Time to Event |
9
-
| G-computation | GComputation | ATE, ATT, ITT | Binary | Binary[^1],Continuous, Time to Event, Count[^2]|
10
-
| Double Machine Learning | DoubleMachineLearning | ATE | Binary[^1], Count[^2], Continuous | Binary[^1], Count[^2], Continuous, Time to Event |
11
-
| S-learning | SLearner | CATE | Binary | Binary[^1], Continuous, Time to Event, Count[^2]|
12
-
| T-learning | TLearner | CATE | Binary | Binary[^1], Continuous, Count[^2], Time to Event |
13
-
| X-learning | XLearner | CATE | Binary[^1]| Binary[^1], Continuous, Count[^2], Time to Event |
14
-
| R-learning | RLearner | CATE | Binary[^1], Count[^2], Continuous | Binary[^1], Count[^2], Continuous, Time to Event |
15
-
| Doubly Robust Estimation | DoublyRobustLearner | CATE | Binary | Binary[^1], Continuous, Count[^2], Time to Event |
8
+
| Interrupted Time Series Analysis | InterruptedTimeSeries | ATE, Cumulative Treatment Effect | Binary | Continuous, Count[^1], Time to Event |
9
+
| G-computation | GComputation | ATE, ATT, ITT | Binary | Binary,Continuous, Time to Event, Count[^1]|
10
+
| Double Machine Learning | DoubleMachineLearning | ATE | Binary, Count[^1], Continuous | Binary, Count[^1], Continuous, Time to Event |
11
+
| S-learning | SLearner | CATE | Binary | Binary, Continuous, Time to Event, Count[^1]|
12
+
| T-learning | TLearner | CATE | Binary | Binary, Continuous, Count[^1], Time to Event |
13
+
| X-learning | XLearner | CATE | Binary | Binary, Continuous, Count[^1], Time to Event |
14
+
| R-learning | RLearner | CATE | Binary, Count[^1], Continuous | Binary, Count[^1], Continuous, Time to Event |
15
+
| Doubly Robust Estimation | DoublyRobustLearner | CATE | Binary | Binary, Continuous, Count[^1], Time to Event |
16
16
17
-
[^1]: Models that use propensity scores or predict binary treatment assignment may, on very rare occasions, return values outside of [0, 1]. In that case, values are clipped to be between 0.0000001 and 0.9999999.
18
-
19
-
[^2]: Similar to other packages, predictions of count variables is treated as a continuous regression task.
17
+
[^1]: Similar to other packages, predictions of count variables is treated as a continuous regression task.
0 commit comments