<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials — marketbayesmeta Docs</title>
    <link>/tutorials/index.html</link>
    <description>Learning-oriented guides for getting marketbayesmeta installed and running a first example workflow.&#xA;Pages Installation Quick Start</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <atom:link href="/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installation</title>
      <link>/tutorials/installation/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/tutorials/installation/index.html</guid>
      <description>Use Python 3.11 or newer.&#xA;Install from a source checkout git clone https://github.com/tandpds/marketbayesmeta.git cd marketbayesmeta python -m venv .venv source .venv/bin/activate python -m pip install -e &#34;.[dev]&#34; Confirm that model dependencies import from the repository virtual environment:&#xA;which python python - &lt;&lt;&#39;PY&#39; import pymc import numpy print(&#34;pymc&#34;, pymc.__version__) print(&#34;numpy&#34;, numpy.__version__) PY If PyMC fails to import, recreate .venv before running model fits. Tracker and config validation are still useful without sampling, but analysis runs require a working PyMC/ArviZ stack.</description>
    </item>
    <item>
      <title>Quick Start</title>
      <link>/tutorials/quick-start/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/tutorials/quick-start/index.html</guid>
      <description>The quickest way to see the package workflow is to run the synthetic example config.&#xA;source .venv/bin/activate python runme.py examples/config.yaml The example config points to examples/example_tracker.csv and writes outputs to:&#xA;output/example_geo_sales_uplift/ The example is intentionally small. It should complete and write the full artefact set, but it is not expected to be reportable because readiness is directional.&#xA;Check the config marketbayesmeta-check-config examples/config.yaml Run the config marketbayesmeta-run examples/config.yaml Review the result Start with:</description>
    </item>
  </channel>
</rss>