Documentation

Quick intro, Guides, API Reference

Documentation

How to start

FERMATRICA contains three publicly available reposotories, install all of them for most scenarios.

  1. Clone repos
cd [my_fermatrica_folder]
git clone https://github.com/FERMATRICA/fermatrica_utils.git 
git clone https://github.com/FERMATRICA/fermatrica.git
git clone https://github.com/FERMATRICA/fermatrica_rep.git 
  1. Install each via pip install [path]. We recommend to create new virtual environment for your FERMATRICA projects.
cd [my_fermatrica_folder]
pip install [my_fermatrica_folder]/fermatrica_utils
pip install [my_fermatrica_folder]/fermatrica
pip install [my_fermatrica_folder]/fermatrica_rep
  1. Read the guide and try the sample.

  2. Troubleshooting. Most frequent issue is version incompatibility between Python packages used by FERMATRICA. Check the error message and try to upgrade / downgrade the package in question. If it doesn’t help, feel free to raise an issue.

  3. If broader consulting is required, contact us via contact info listed in the footer.

Guides

Guides help you to dive both into marketing mix modeling pipeline and FERMATRICA itself.

API References

API references provide info about class and function interfaces in FERMATRICA packages / references. What does the specific function does, what arguments expects and what value returns.