ExperimentRecommendations#

class pymc_marketing.mmm.experiment_design.recommendation.ExperimentRecommendations(recommendations)[source]#

Ordered collection of experiment recommendations.

Behaves like an immutable list of ExperimentRecommendation objects (supports iteration, indexing, slicing, and len). In Jupyter notebooks the collection renders automatically as an HTML table via _repr_html_.

Parameters:
recommendationslist[ExperimentRecommendation]

Pre-sorted list of recommendations (highest score first).

Methods