Skip to content

Commit 1341ba9

Browse files
c0d33ngrtwiecki
authored andcommitted
docs: Update model_builder.py to resolve warning in documentation build (#797)
1 parent a5a097a commit 1341ba9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pymc_marketing/model_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def predict(
505505
for each input row is the expected output value, computed as the mean of MCMC samples.
506506
507507
Parameters
508-
---------
508+
----------
509509
X_pred : array-like if sklearn is available, otherwise array, shape (n_pred, n_features)
510510
The input data used for prediction.
511511
extend_idata : Boolean determining whether the predictions should be added to inference data object.
@@ -553,7 +553,7 @@ def sample_prior_predictive(
553553
Sample from the model's prior predictive distribution.
554554
555555
Parameters
556-
---------
556+
----------
557557
X_pred : array, shape (n_pred, n_features)
558558
The input data used for prediction using prior distribution.
559559
samples : int
@@ -605,7 +605,7 @@ def sample_posterior_predictive(
605605
Sample from the model's posterior predictive distribution.
606606
607607
Parameters
608-
---------
608+
----------
609609
X_pred : array, shape (n_pred, n_features)
610610
The input data used for prediction using prior distribution..
611611
extend_idata : Boolean determining whether the predictions should be added to inference data object.
@@ -687,7 +687,7 @@ def predict_posterior(
687687
Generate posterior predictive samples on unseen data.
688688
689689
Parameters
690-
---------
690+
----------
691691
X_pred : array-like if sklearn is available, otherwise array, shape (n_pred, n_features)
692692
The input data used for prediction.
693693
extend_idata : Boolean determining whether the predictions should be added to inference data object.

0 commit comments

Comments
 (0)