Skip to content

Commit f37eef9

Browse files
committed
minor docs updates
1 parent f74e7f5 commit f37eef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causalpy/experiments/graded_intervention_its.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class GradedInterventionTimeSeries(BaseExperiment):
5353
visualization, diagnostics, and counterfactual effect estimation.
5454
5555
Typical workflow:
56-
1. Create an UNFITTED TransferFunctionOLS model with configuration
56+
1. Create an unfitted TransferFunctionOLS model with configuration
5757
2. Pass data + model to this experiment class
5858
3. Experiment estimates transforms, fits model, and provides results
5959
4. Use experiment methods for visualization and effect estimation
@@ -67,7 +67,7 @@ class GradedInterventionTimeSeries(BaseExperiment):
6767
The experiment searches for optimal saturation and adstock parameters either via
6868
grid search (exhaustive evaluation of discrete parameter combinations) or continuous
6969
optimization (gradient-based search). For grid search with N saturation parameter
70-
combinations and M adstock parameter combinations, all N × M combinations are
70+
combinations and M adstock parameter combinations, all N x M combinations are
7171
evaluated.
7272
7373
**Inner Loop (Model Fitting):**

0 commit comments

Comments
 (0)