com um clique
research
// Structure a research based on the user request. Identify what must change in order to complete the task.
// Structure a research based on the user request. Identify what must change in order to complete the task.
Media Mix Modeling with PyMC-Marketing. Use when building MMMs, specifying adstock/saturation transformations, setting priors, fitting multidimensional (geo-level) models, computing channel contributions, ROAS, running budget optimization, calibrating with lift tests, or performing sensitivity analysis. Covers the MMM class, GeometricAdstock, LogisticSaturation, BudgetOptimizerWrapper, and ArviZ diagnostics for marketing models.
PyMC-Marketing coding conventions, preferred implementations, and style guidelines.
Create git commits for changes made during the session.
Create a plan based on document research through an interactive, iterative process.
Learn how to work in the current folder (repository)
Create git commits for changes made during the session.
| name | research |
| description | Structure a research based on the user request. Identify what must change in order to complete the task. |
| disable-model-invocation | true |
Structure a research based on the user request. Identify what must change in order to complete the task.
You must:
No user interaction required: - DO NOT ask for clarifications or wait for input
Create temporal python files, check the logics you are thinking on the root folder. Execute this python code, and based on the output decide what should be done.
Once you test the code out of the code base using this temporal python files and functions, document the approach using natural language.
Use the python files with objective:
Delete the files once, you finish your testing.
Your goal is create a folder under .claude/plans. You must save all your discoveries under .claude/plans/{plan_name_folder}/research this must be a file .md.
You only need to provide the research plan and a possible tested solution.
No other md files are needed, everything must be collapse in the research file.