File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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):**
You can’t perform that action at this time.
0 commit comments