
How to start
FERMATRICA contains three publicly available reposotories, install all of them for most scenarios.
- 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
- 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
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.
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.
FERMATRICA: modeling, predicting, optimization
FERMATRICA_REP: analysis, reporting, visuals
FERMATRICA_UTILS: general / low-level functionality for FERMATRICA