Marketing-Attribution-Models
Marketing-Attribution-Models copied to clipboard
Python Class created to address problems regarding Digital Marketing Attribution.
**What issue does this pull request resolve?** https://github.com/DP6/Marketing-Attribution-Models/issues/39 **What changes did you make?** Alterações no innit e nos modelos heuristicos **Is there anything that requires more attention while reviewing?** Atenção...
Etapa de agrupamento de resultados após a distribuição atribuída para a jornada está repetida para todos os métodos heurísticos. Precisamos criar um método interno que execute essa função. - [x]...
Queremos modularizar funções que aplicam modelos heuristicos.
Hoje temos apenas a documentação presente no Git Hub que é genérica. Creio que faça sentido fazermos uma documentação como a do Pandas por exemplo.
Precisamos escolher uma biblioteca de testes e implementar ela na estrutura do projeto. Opcionalmente, podemos implementar alguns testes já para termos de referência.
While using the parameter conv_value as a frequency metric, the Shapley's results doesn't work.
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...
Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action) from 4.0.2 to 4.2.0. Release notes Sourced from codacy/codacy-analysis-cli-action's releases. Add max-tool-memory flag No release notes provided. Introduce new versioning scheme Now the versions will be published in...
**What issue does this pull request resolve?** .DataFrame attribute is no longer in use, it was replaced by the .as_pd_dataframe() method. This commit updates the README.md file regarding this change....
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...